[][src]Function thruster_async_await::resolve

pub fn resolve<R: RequestWithParams, T: 'static + Context + Send>(
    context_generator: fn(_: R) -> T,
    request: R,
    matched_route: MatchedRoute<T>
) -> impl Future<Output = Result<T::Response, Error>> + Send