Type Alias futures_boring::BoxSelectCertFuture

source ·
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 {}