Trait flatvec::FromFlat[][src]

pub trait FromFlat<'a, BackingTy, Flattened> {
    fn from_flat(data: &'a [BackingTy]) -> Self;
}
Expand description

Implement FromFlat<'a, Flattened> for Dest to get a Dest from a FlatVec<Flattened>

Required methods

Implementations on Foreign Types

Implementors