Struct gotham::router::route::Extractors
source · pub struct Extractors<PE, QSE>where
PE: PathExtractor<Body>,
QSE: QueryStringExtractor<Body>,{ /* private fields */ }
Expand description
Extractors used by RouteImpl
to acquire request data and change into a type safe form
for use by Middleware
and Handler
implementations.