Trait rustml::ops::Ops [] [src]

pub trait Ops<T> {
    fn map<F, U>(&self, f: F) -> Vec<U> where F: Fn(&T) -> U;
}

Required Methods

fn map<F, U>(&self, f: F) -> Vec<U> where F: Fn(&T) -> U

Implementors