pub type BoxCustomVerifyFuture = ExDataFuture<Result<BoxCustomVerifyFinish, SslAlert>>;Expand description
The type of futures to pass to SslContextBuilder::set_async_custom_verify_callback.
Aliased Typeยง
pub struct BoxCustomVerifyFuture { /* private fields */ }