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

Future Type.

Aliased Type§

struct KitsuneP2pEventFuture<T> { /* private fields */ }