Trait ntex::router::IntoPattern[][src]

pub trait IntoPattern {
    fn patterns(&self) -> Vec<String, Global>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator
; }
Expand description

Helper trait for type that could be converted to path pattern

Required methods

Implementations on Foreign Types

Implementors