Type Alias rustls::server::hs::ServerContext
source · pub(super) type ServerContext<'a> = Context<'a, ServerConnectionData>;
Aliased Type§
struct ServerContext<'a> {
pub(crate) common: &'a mut CommonState,
pub(crate) data: &'a mut ServerConnectionData,
}
Fields§
§common: &'a mut CommonState
§data: &'a mut ServerConnectionData