BoxPrivateKeyMethodFuture

Type Alias 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ยง

pub struct BoxPrivateKeyMethodFuture { /* private fields */ }