Trait susanoo::ErrorHandler [] [src]

pub trait ErrorHandler: Send + Sync + 'static {
    fn call(&self, err: HandleError) -> Response;
}

Required Methods

Implementors