Struct tower_web::routing::RouteSet[][src]

pub struct RouteSet<T> { /* fields omitted */ }

A set of routes

Matches an HTTP request with a route, which in turn maps to a resource method.

Methods

impl<T> RouteSet<T>
[src]

Create a new, empty, RouteSet.

Trait Implementations

impl<T: Debug> Debug for RouteSet<T>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for RouteSet<T> where
    T: Send

impl<T> Sync for RouteSet<T> where
    T: Sync