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

Future Type.

Aliased Type§

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