Skip to main content

BoxPrivateKeyMethodFuture

Type Alias BoxPrivateKeyMethodFuture 

Source
pub type BoxPrivateKeyMethodFuture = ExDataFuture<Result<BoxPrivateKeyMethodFinish, AsyncPrivateKeyMethodError>>;
Expand description

The type of futures returned by AsyncPrivateKeyMethod methods.

Aliased Typeยง

pub struct BoxPrivateKeyMethodFuture { /* private fields */ }