pub type BoxSelectCertFuture = ExDataFuture<Result<BoxSelectCertFinish, AsyncSelectCertError>>;Expand description
The type of futures to pass to SslContextBuilder::set_async_select_certificate_callback.
Aliased Typeยง
pub struct BoxSelectCertFuture { /* private fields */ }