Trait mz_ore::flatcontainer::MzRegionPreference
source · pub trait MzRegionPreference: 'static {
type Owned;
type Region: for<'a> Region<Owned = Self::Owned> + Push<Self::Owned> + for<'a> Push<<Self::Region as Region>::ReadItem<'a>> + for<'a> ReserveItems<<Self::Region as Region>::ReadItem<'a>>;
}
Expand description
Associate a type with a flat container region.