Type Alias rama::tls::boring::dep::tokio_boring::BoxPrivateKeyMethodFuture

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 {}