[][src]Trait defunctionalize::DeFn

pub trait DeFn<Input> {
    type Output;
    fn call(self, args: Input) -> Self::Output;
}

Associated Types

type Output

Loading content...

Required methods

fn call(self, args: Input) -> Self::Output

Loading content...

Implementors

Loading content...