Trait MapFn

trait MapFn<T>

Essentially Fn (T) -> Output.

Associated Types

type Output: TraitBound { trait_: Path { path: "fmt::Debug", id: Id(41), args: None }, generic_params: [], modifier: None }

Required Methods

fn apply(self: &Self, t: T) -> <Self as >::Output

Map T to Output.

Implementors