Trait list_fn::MapResultFn[][src]

pub trait MapResultFn {
    type Input;
    type Output;
    fn map(self, input: Self::Input) -> Self::Output;
}

Associated Types

Required methods

Implementors