pub struct FsmEventQueueSub<'a, Q, F, FSub> where
    F: FsmBackend,
    Q: FsmEventQueueSender<F>, 
{ pub parent: &'a mut Q, pub _parent_fsm: PhantomData<F>, pub _sub_fsm: PhantomData<FSub>, }

Fields

parent: &'a mut Q_parent_fsm: PhantomData<F>_sub_fsm: PhantomData<FSub>

Trait Implementations

Try to dequeue an event.

Number of messages to be dequeued.

Try to enqueue an event.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.