Trait salvo::Catcher[][src]

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

Required methods

pub fn catch(&self, req: &Request, res: &mut Response) -> bool[src]

Loading content...

Implementors

impl Catcher for CatcherImpl[src]

Loading content...