Skip to main content

BoxSelectCertFuture

Type Alias BoxSelectCertFuture 

pub type BoxSelectCertFuture = Pin<Box<dyn Future<Output = Result<Box<dyn FnOnce(ClientHello<'_>) -> Result<(), AsyncSelectCertError>>, AsyncSelectCertError>> + Send>>;
Available on crate features boring and crypto and std only.
Expand description

Aliased Type§

pub struct BoxSelectCertFuture { /* private fields */ }