Module kiss_ui::utils::move_cell [] [src]

A cell type that can move values into and out of a shared reference.

Behaves like RefCell<Option<T>> but optimized for use-cases where temporary or permanent ownership is required.

Structs

MoveCell

A cell type that can move values into and out of a shared reference.