Type Definition dptree::HandlerResult

source · []
pub type HandlerResult<'a, Input, Output> = BoxFuture<'a, ControlFlow<Output, Input>>;
Expand description

An output type produced by a handler.