logo

Trait actix_router::IntoPatterns[][src]

pub trait IntoPatterns {
    fn patterns(&self) -> Patterns;
}
Expand description

Helper trait for type that could be converted to one or more path patterns.

Required methods

Implementations on Foreign Types

Implementors