pub type BoxSelectCertFuture = Pin<Box<dyn Future<Output = Result<Box<dyn FnOnce(ClientHello<'_>) -> Result<(), AsyncSelectCertError>>, AsyncSelectCertError>> + Send>>;Expand description
The type of futures to pass to SslContextBuilder::set_async_select_certificate_callback.
Aliased Typeยง
pub struct BoxSelectCertFuture { /* private fields */ }