[][src]Trait in_space::Middleware

pub trait Middleware {
    type Output;
}

Associated Types

Loading content...

Implementors

impl<T, Fil, F> Middleware for F where
    F: Fn() -> Fil,
    Fil: Filter<Extract = (T,)>, 
[src]

type Output = T

Loading content...