pub type BoxPrivateKeyMethodFuture = ExDataFuture<Result<BoxPrivateKeyMethodFinish, AsyncPrivateKeyMethodError>>;
Expand description
The type of futures returned by AsyncPrivateKeyMethod
methods.
Aliased Typeยง
struct BoxPrivateKeyMethodFuture {}
pub type BoxPrivateKeyMethodFuture = ExDataFuture<Result<BoxPrivateKeyMethodFinish, AsyncPrivateKeyMethodError>>;
The type of futures returned by AsyncPrivateKeyMethod
methods.
struct BoxPrivateKeyMethodFuture {}