Trait list_fn::MapResultFn

source ·
pub trait MapResultFn {
    type Input;
    type Output;

    fn map(self, input: Self::Input) -> Self::Output;
}

Required Associated Types§

Required Methods§

Implementors§