Type Alias rama::tls::boring::dep::boring::ssl::BoxSelectCertFuture

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 [SslContextBuilderExt::set_async_select_certificate_callback].

Aliased Typeยง

struct BoxSelectCertFuture {}