Type Alias 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 {}