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
Trait Implementations
impl Debug for HandleEventException
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more