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