Trait actix_router::IntoPatterns
source · pub trait IntoPatterns {
// Required method
fn patterns(&self) -> Patterns;
}
Expand description
Helper trait for type that could be converted to one or more path patterns.
pub trait IntoPatterns {
// Required method
fn patterns(&self) -> Patterns;
}
Helper trait for type that could be converted to one or more path patterns.