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