Skip to main content

BoxSelectCertFinish

Type Alias BoxSelectCertFinish 

pub type BoxSelectCertFinish = Box<dyn FnOnce(ClientHello<'_>) -> Result<(), AsyncSelectCertError>>;
Available on crate features boring and crypto and std only.
Expand description

The type of callbacks returned by BoxSelectCertFuture methods.

Aliased Type§

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