pub type BoxCustomVerifyFuture = ExDataFuture<Result<BoxCustomVerifyFinish, SslAlert>>;Expand description
The type of futures to pass to [SslContextBuilderExt::set_async_custom_verify_callback].
Aliased Typeยง
struct BoxCustomVerifyFuture {}pub type BoxCustomVerifyFuture = ExDataFuture<Result<BoxCustomVerifyFinish, SslAlert>>;The type of futures to pass to [SslContextBuilderExt::set_async_custom_verify_callback].
struct BoxCustomVerifyFuture {}