Trait syntax::fold::MoveMapUnstable [-] [+] [src]

pub trait MoveMap<T> {
    fn move_map<F>(self, f: F) -> Self where F: FnMut(T) -> T;
}

Required Methods

fn move_map<F>(self, f: F) -> Self where F: FnMut(T) -> T

Implementors