Skip to main content

BoxPrivateKeyMethodFinish

Type Alias BoxPrivateKeyMethodFinish 

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

The type of callbacks returned by BoxPrivateKeyMethodFuture.

Aliased Type§

pub struct BoxPrivateKeyMethodFinish(/* private fields */);