Type Alias boring_imp::ssl::BoxGetSessionFuture
source · pub type BoxGetSessionFuture = ExDataFuture<Option<BoxGetSessionFinish>>;Expand description
The type of futures to pass to [SslContextBuilderExt::set_async_get_session_callback].
Aliased Type§
struct BoxGetSessionFuture {}