[][src]Trait cl_traits::Remove

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

See remove for more information.

Associated Types

type Input

Input

type Output

Output

Loading content...

Required methods

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

Removes an element referenced by Input.

Loading content...

Implementors

Loading content...