[][src]Trait salvo_core::Catcher

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