ExtendWith

Trait ExtendWith 

Source
pub trait ExtendWith<Item> {
    type Error;

    // Required method
    fn extend_with(&mut self, item: &Item) -> Result<(), Self::Error>;
}

Required Associated Types§

Required Methods§

Source

fn extend_with(&mut self, item: &Item) -> Result<(), Self::Error>

Implementors§