pub type KitsuneP2pHandlerResult<T> = Result<MustBoxFuture<'static, Result<T, KitsuneP2pError>>, KitsuneP2pError>;
Expand description

Handler Result Type.