pub type HandlerResult<'a, Output> = BoxFuture<'a, ControlFlow<Output, DependencyMap>>;Expand description
An output type produced by a handler.
Aliased Typeยง
pub struct HandlerResult<'a, Output> { /* private fields */ }pub type HandlerResult<'a, Output> = BoxFuture<'a, ControlFlow<Output, DependencyMap>>;An output type produced by a handler.
pub struct HandlerResult<'a, Output> { /* private fields */ }