Type Alias rama::tls::boring::dep::tokio_boring::BoxGetSessionFuture

pub type BoxGetSessionFuture = Pin<Box<dyn Future<Output = Option<Box<dyn FnOnce(&mut SslRef, &[u8]) -> Option<SslSession>>>> + Send>>;
Expand description

The type of futures to pass to [SslContextBuilderExt::set_async_get_session_callback].

Aliased Typeยง

struct BoxGetSessionFuture {}