Skip to main content

BoxPrivateKeyMethodFuture

Type Alias BoxPrivateKeyMethodFuture 

pub type BoxPrivateKeyMethodFuture = Pin<Box<dyn Future<Output = Result<Box<dyn FnOnce(&mut SslRef, &mut [u8]) -> Result<usize, AsyncPrivateKeyMethodError>>, AsyncPrivateKeyMethodError>> + Send>>;
Available on crate features boring and crypto and std only.
Expand description

The type of futures returned by AsyncPrivateKeyMethod methods.

Aliased Type§

pub struct BoxPrivateKeyMethodFuture { /* private fields */ }