pub type BoxGetSessionFinish = Box<dyn FnOnce(&mut SslRef, &[u8]) -> Option<SslSession>>;Expand description
The type of callbacks returned by BoxSelectCertFuture methods.
Aliased Typeยง
pub struct BoxGetSessionFinish(/* private fields */);pub type BoxGetSessionFinish = Box<dyn FnOnce(&mut SslRef, &[u8]) -> Option<SslSession>>;The type of callbacks returned by BoxSelectCertFuture methods.
pub struct BoxGetSessionFinish(/* private fields */);