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

Trait Implementations

impl Debug for HandleEventException
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for HandleEventException
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations