Function ::exo::ui::set_edit

Overview
fn set_edit(edit: bool) -> Tuple

Set the edit status of the Ui.

Example:

exo::ui::set_edit(true);
assert_eq!(exo::ui::is_edit(), true);