Trait list_fn::MapResultFn

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

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

Required Associated Types§

Required Methods§

source

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

Implementors§