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.