pub type KitsuneP2pHandlerResult<T> = Result<KitsuneP2pFuture<T>, KitsuneP2pError>;
Expand description

Handler Result Type.