Trait flatk::ExtendFromSlice[][src]

pub trait ExtendFromSlice {
    type Item;
    fn extend_from_slice(&mut self, other: &[Self::Item]);
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors