Trait susanoo::Handler [] [src]

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

Represents a handler

Required Methods

Implementors