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

Future Type.