Type Alias futures_boring::BoxGetSessionFinish

source ·
pub type BoxGetSessionFinish = Box<dyn FnOnce(&mut SslRef, &[u8]) -> Option<SslSession>>;
Expand description

The type of callbacks returned by BoxSelectCertFuture methods.

Aliased Type§

struct BoxGetSessionFinish(/* private fields */);