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

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

Required methods

fn detect(&self, state: &mut PathState) -> bool[src]

Loading content...

Implementors

Loading content...