Module mz_ore::flatcontainer
source · Expand description
Flat container utilities
Modules§
Structs§
- Opinion indicating that the contents of a collection should be stored in an
OwnedRegion
. This is most useful to force types to a region that doesn’t copy individual elements to a nested region, like theSliceRegion
does.
Traits§
- Associate a type with a flat container region.