Closed this issue 5 years ago · 1 comments
In spec it's described as a string with value from an enum. In implementation it's pub struct StatePair(pub State, pub Option<State>);
pub struct StatePair(pub State, pub Option<State>);
I was wrong