Trait salvo::routing::filter::PathPart[][src]

pub trait PathPart: Send + Sync + Debug {
    fn detect(&self, state: &mut PathState) -> bool;
}

Required methods

Implementors