Trait ntex_router::IntoPattern[][src]

pub trait IntoPattern {
    fn patterns(&self) -> Vec<String>;
}
Expand description

Helper trait for type that could be converted to path pattern

Required methods

Implementations on Foreign Types

Implementors