Type Alias gotham::router::builder::AssociatedSingleRouteBuilder
source · pub type AssociatedSingleRouteBuilder<'a, M, C, P, PE, QSE> = SingleRouteBuilder<'a, M, C, P, PE, QSE>;
Expand description
The default type returned when building a single associated route. See
router::builder::DefineSingleRoute
for an overview of the ways that a route can be specified.
Aliased Type§
struct AssociatedSingleRouteBuilder<'a, M, C, P, PE, QSE> { /* private fields */ }