Struct flu::RustFunction [] [src]

pub struct RustFunction<F, A, R> { /* fields omitted */ }

Trait Implementations

impl<'a, F, A, R> Push for RustFunction<F, A, R> where
    F: Fn(A) -> R,
    A: for<'b> Read<'b> + Size,
    R: Push
[src]