Type Alias rama::tls::boring::dep::boring::ssl::BoxCustomVerifyFinish

pub type BoxCustomVerifyFinish = Box<dyn FnOnce(&mut SslRef) -> Result<(), SslAlert>>;
Expand description

The type of callbacks returned by BoxCustomVerifyFuture methods.

Aliased Typeยง

struct BoxCustomVerifyFinish(/* private fields */);