Trait salvo::Catcher[][src]

pub trait Catcher: 'static + Send + Sync {
    fn catch(&self, req: &Request, res: &mut Response) -> bool;
}

Required methods

Implementors