pub type KitsuneP2pEventHandlerResult<T> = Result<KitsuneP2pEventFuture<T>, KitsuneP2pError>;
Expand description

Handler Result Type.