Struct tower_web::routing::Builder[][src]

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

Build a set of routes

Methods

impl<T> Builder<T>
[src]

Create a new Builder instance

Important traits for &'a mut W

Insert a route into the route set

Finalize the route set

Trait Implementations

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

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

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