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

Handler Result Type.