PushBack

Trait PushBack 

Source
pub trait PushBack<E> {
    type Output;

    // Required method
    fn push_back(self, e: E) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

fn push_back(self, e: E) -> Self::Output

Implementors§