Type Alias rama::tls::boring::dep::tokio_boring::BoxGetSessionFinish

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