Trait flatvec::IntoFlat[][src]

pub trait IntoFlat<BackingTy, Flattened> {
    fn into_flat(self, storage: Storage<'_, BackingTy>);
}
Expand description

Implement IntoFlat<Flattened> for Source to insert a Source into a FlatVec<Flattened>

Required methods

Implementations on Foreign Types

Implementors