[][src]Trait vecrem::VecExt

pub trait VecExt<T> {
    pub fn removing(&mut self) -> Removing<'_, T>;
}

Extension for Vec which adds removing method

Required methods

pub fn removing(&mut self) -> Removing<'_, T>[src]

Creates new Removing instance from given vec.

Loading content...

Implementations on Foreign Types

impl<T> VecExt<T> for Vec<T>[src]

Loading content...

Implementors

Loading content...