Macro funfsm::next [] [src]

macro_rules! next {
    ($state:ident) => { ... };
    ($state:ident, $output:expr) => { ... };
}