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 >::OutputMap
TtoOutput.
Implementors
impl<I, O: fmt::Debug> MapFn for fn(_: I) -> O