[][src]Trait in_space_core::Middleware

pub trait Middleware {
    type Output;
}

Associated Types

Loading content...

Implementors

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

type Output = T

Loading content...