[][src]Trait cl_traits::Insert

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

See insert for more information.

Associated Types

type Input

Input

type Output

Output

Loading content...

Required methods

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

Inserts an Input element.

Loading content...

Implementors

Loading content...