Type Alias boring::ssl::BoxCustomVerifyFuture

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