Type Alias BoxSelectCertFinish

pub type BoxSelectCertFinish = Box<dyn FnOnce(ClientHello<'_>) -> Result<(), AsyncSelectCertError>>;
Expand description

The type of callbacks returned by BoxSelectCertFuture methods.

Aliased Typeยง

struct BoxSelectCertFinish(/* private fields */);