Macro funfsm::state_fn [] [src]

macro_rules! state_fn {
    ($state:ident) => { ... };
    ($m:ident::$state:ident) => { ... };
}