Enum macro_machines::HandleEventException
[−]
[src]
pub enum HandleEventException { WrongState, }
Describes an exceptional result when attempting to handle an event.
Currently the only exception is the 'WrongState
' exception.
Variants
WrongState