pub type BoxCustomVerifyFuture = Pin<Box<dyn Future<Output = Result<Box<dyn FnOnce(&mut SslRef) -> Result<(), SslAlert>>, SslAlert>> + Send>>;Expand description
The type of futures to pass to SslContextBuilder::set_async_custom_verify_callback.
Aliased Typeยง
pub struct BoxCustomVerifyFuture { /* private fields */ }