Comment on Functional State Machines in Rust: Typestate and Newtype PatternsparentComments−vatsachak12dMy Ticket example is not the standard type state pattern. Usually the State is shimmied in as a generic into the type being mutated
Comments
My Ticket example is not the standard type state pattern. Usually the State is shimmied in as a generic into the type being mutated