Type Alias futures_boring::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 */);