Trait Remove
cl_traits
pub trait Remove { type Input; type Output; fn remove(&mut self, input: Self::Input) -> Self::Output; }
See remove for more information.
remove
type Input
Input
type Output
Output
fn remove(&mut self, input: Self::Input) -> Self::Output
Removes an element referenced by Input.