boring::ssl

Type Alias BoxPrivateKeyMethodFuture

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

The type of futures returned by AsyncPrivateKeyMethod methods.

Aliased Typeยง

struct BoxPrivateKeyMethodFuture {}