Trait grafix_toolbox::uses::Retain_Mut[][src]

pub trait Retain_Mut<T> {
    fn retain_mut<F>(&mut self, f: F)
    where
        F: FnMut(&mut T) -> bool
; }

Required methods

fn retain_mut<F>(&mut self, f: F) where
    F: FnMut(&mut T) -> bool
[src]

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...