Struct extfsm::EntryExitTransition[][src]

pub struct EntryExitTransition<ExtendedState, StateType, EventType, TransitionFnArguments, ErrorType> { /* fields omitted */ }

stores the transition

Methods

impl<ExtendedState, StateType, EventType, TransitionFnArguments, ErrorType> EntryExitTransition<ExtendedState, StateType, EventType, TransitionFnArguments, ErrorType>
[src]

Trait Implementations

impl<ExtendedState, StateType, EventType, TransitionFnArguments, ErrorType> Annotated for EntryExitTransition<ExtendedState, StateType, EventType, TransitionFnArguments, ErrorType>
[src]

set optional name

set optional description

set color

set visibility

Auto Trait Implementations

impl<ExtendedState, StateType, EventType, TransitionFnArguments, ErrorType> !Send for EntryExitTransition<ExtendedState, StateType, EventType, TransitionFnArguments, ErrorType>

impl<ExtendedState, StateType, EventType, TransitionFnArguments, ErrorType> !Sync for EntryExitTransition<ExtendedState, StateType, EventType, TransitionFnArguments, ErrorType>