pub type BoxSelectCertFinish = Box<dyn FnOnce(ClientHello<'_>) -> Result<(), AsyncSelectCertError>>;Available on crate feature
tls only.Expand description
The type of callbacks returned by BoxSelectCertFuture methods.
Aliased Typeยง
pub struct BoxSelectCertFinish(/* private fields */);