Type Alias rustls::client::hs::NextState

source ·
pub(super) type NextState = Box<dyn State<ClientConnectionData>>;

Aliased Type§

struct NextState(/* private fields */);