Trait susanoo::Middleware [] [src]

pub trait Middleware: 'static + Send + Sync {
    fn call(&self, ctx: Context) -> Outcome<Context>;
}

Represents a middleware.

Required Methods

Implementors