Struct funfsm::fsm::StateFn [] [src]

pub struct StateFn<T: FsmTypes>(pub &'static str, pub fn(_: &mut T::Context, _: T::Msg) -> (StateFn<T>, Vec<T::Output>));

Trait Implementations

impl<T: FsmTypes> Clone for StateFn<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more