[][src]Trait salvo::Catcher

pub trait Catcher: Send + Sync + 'static {
    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...