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]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for RouteMatch<'a>

impl<'a> Sync for RouteMatch<'a>