Type Definition gotham::router::builder::AssociatedSingleRouteBuilder [] [src]

type AssociatedSingleRouteBuilder<'a, C, P, PE, QSE> = SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>;

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.