Type Alias NextState

Source
pub(super) type NextState<'a> = Box<dyn State<ClientConnectionData> + 'a>;

Aliased Typeยง

pub(super) struct NextState<'a>(/* private fields */);