pub type Cont<'a, Output> = Box<dyn FnOnce(DependencyMap) -> HandlerResult<'a, Output> + Send + Sync + 'a>;Expand description
A continuation representing the rest of a handler chain.
Aliased Typeยง
pub struct Cont<'a, Output>(/* private fields */);pub type Cont<'a, Output> = Box<dyn FnOnce(DependencyMap) -> HandlerResult<'a, Output> + Send + Sync + 'a>;A continuation representing the rest of a handler chain.
pub struct Cont<'a, Output>(/* private fields */);