[][src]Trait have::Fun

pub trait Fun {
    fn fun<F, D>(self, f: F) -> Self
    where
        F: FnMut(&Self) -> D
; }

Required methods

fn fun<F, D>(self, f: F) -> Self where
    F: FnMut(&Self) -> D, 
[src]

Loading content...

Implementors

impl<T> Fun for T[src]

Loading content...