Type Alias futures_boring::BoxPrivateKeyMethodFinish

source ·
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 */);