Type Alias futures_boring::ssl::BoxCustomVerifyFuture
source · 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 [SslContextBuilderExt::set_async_custom_verify_callback].
Aliased Type§
struct BoxCustomVerifyFuture {}