[][src]Trait cl_traits::Push

pub trait Push {
    type Input;
    type Output;
    fn push(&mut self, input: Self::Input) -> Self::Output;
}

See push for more information.

Associated Types

type Input

Input

type Output

Output

Loading content...

Required methods

fn push(&mut self, input: Self::Input) -> Self::Output

Pushes an element, increasing the storage length.

Loading content...

Implementors

Loading content...