pub type KeystoreApiFuture<T> = MustBoxFuture<'static, KeystoreApiResult<T>>;
Expand description

Future type for legacy API calls.