pub trait RawState:
Send
+ Sync
+ Debug
+ Display { }
Expand description
RawState
is a trait describing objects capable of being used as states in our library.
The trait contains a single associated trait, the context, or inner value of the state.