Type Alias NextState

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

Aliased Typeยง

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