Struct tower_web::routing::RouteMatch [−][src]
pub struct RouteMatch<'a> { /* fields omitted */ }Data captured from an HTTP request when it matches a route.
Primarily, this stores the path captures.
This type is not intended to be used directly.
Trait Implementations
impl<'a> Debug for RouteMatch<'a>[src]
impl<'a> Debug for RouteMatch<'a>Auto Trait Implementations
impl<'a> Send for RouteMatch<'a>
impl<'a> Send for RouteMatch<'a>impl<'a> Sync for RouteMatch<'a>
impl<'a> Sync for RouteMatch<'a>