Type Alias futures_boring::BoxPrivateKeyMethodFuture
source · pub type BoxPrivateKeyMethodFuture = Pin<Box<dyn Future<Output = Result<Box<dyn FnOnce(&mut SslRef, &mut [u8]) -> Result<usize, AsyncPrivateKeyMethodError>>, AsyncPrivateKeyMethodError>> + Send>>;Expand description
The type of futures returned by AsyncPrivateKeyMethod methods.
Aliased Type§
struct BoxPrivateKeyMethodFuture {}