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

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

PathPart

Required methods

Detect is that path matched.

Implementors