pub trait DisplayState: RawState + Debug + Display { }
DisplayState is a trait that extends the RawState trait to include symbolic operations and implementations.
DisplayState
RawState