BoxSelectCertFuture

Type Alias BoxSelectCertFuture 

Source
pub type BoxSelectCertFuture = Pin<Box<dyn Future<Output = Result<Box<dyn FnOnce(ClientHello<'_>) -> Result<(), AsyncSelectCertError>>, AsyncSelectCertError>> + Send>>;
Expand description

Aliased Typeยง

pub struct BoxSelectCertFuture { /* private fields */ }