Modules§
Structs§
- Cell
Manager - Use the utility function cell_manager to create a CellManager.
Traits§
- Cell
Manage - A trait for managing cells during resize operations on grids.
- TryCell
Manage - A trait for managing cells during fallible resize operations on grids.
Functions§
- cell_
manager - Creates a CellManager instance that implements CellManage using the given
load
,unload
, andreload
functions. - try_
cell_ manager - Creates a CellManager instance that implements TryCellManage using the given
load
,unload
, andreload
functions.