Trait glory_routing::filters::PathWisp
source · pub trait PathWisp: Debug + 'static {
// Required method
fn detect(&self, url: &Url, state: &mut PathState) -> bool;
// Provided method
fn validate(&self) -> Result<(), String> { ... }
}Expand description
PathWisp