pub(super) type NextState<'a> = Box<dyn State<ClientConnectionData> + 'a>;
Aliased Typeยง
pub(super) struct NextState<'a>(/* private fields */);
pub(super) type NextState<'a> = Box<dyn State<ClientConnectionData> + 'a>;
pub(super) struct NextState<'a>(/* private fields */);