Type Alias BoxCustomVerifyFuture
pub type BoxCustomVerifyFuture = Pin<Box<dyn Future<Output = Result<Box<dyn FnOnce(&mut SslRef) -> Result<(), SslAlert>>, SslAlert>> + Send>>;Available on crate features
boring and crypto and std only.Expand description
The type of futures to pass to SslContextBuilder::set_async_custom_verify_callback.
Aliased Type§
pub struct BoxCustomVerifyFuture { /* private fields */ }