Skip to main content

BoxCustomVerifyFuture

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

Aliased Type§

pub struct BoxCustomVerifyFuture { /* private fields */ }