rama::tls::boring::dep::tokio_boring

Type Alias BoxPrivateKeyMethodFinish

pub type BoxPrivateKeyMethodFinish = Box<dyn FnOnce(&mut SslRef, &mut [u8]) -> Result<usize, AsyncPrivateKeyMethodError>>;
Expand description

The type of callbacks returned by BoxPrivateKeyMethodFuture.

Aliased Typeยง

struct BoxPrivateKeyMethodFinish(/* private fields */);