Trait actix_router::IntoPattern[][src]

pub trait IntoPattern {
    fn is_single(&self) -> bool;
fn patterns(&self) -> Vec<String>
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