Type Alias boring_imp::ssl::BoxPrivateKeyMethodFuture
source · pub type BoxPrivateKeyMethodFuture = ExDataFuture<Result<BoxPrivateKeyMethodFinish, AsyncPrivateKeyMethodError>>;Expand description
The type of futures returned by AsyncPrivateKeyMethod methods.
Aliased Type§
struct BoxPrivateKeyMethodFuture {}