[][src]Trait salvo::Catcher

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

Required methods

fn catch(&self, req: &Request, resp: &mut Response) -> bool

Loading content...

Implementors

impl Catcher for CatcherImpl[src]

Loading content...