Type Alias BoxSelectCertFinish

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