BoxCustomVerifyFuture

Type Alias BoxCustomVerifyFuture 

Source
pub type BoxCustomVerifyFuture = Pin<Box<dyn Future<Output = Result<Box<dyn FnOnce(&mut SslRef) -> Result<(), SslAlert>>, SslAlert>> + Send>>;
Expand description

Aliased Typeยง

pub struct BoxCustomVerifyFuture { /* private fields */ }