Trait frunk_utils::Func

source ·
pub trait Func<I> {
    type Output;

    // Required method
    fn call(&mut self, i: I) -> Self::Output;
}

Required Associated Types§

Required Methods§

source

fn call(&mut self, i: I) -> Self::Output

Implementors§