Macro funfsm::transition [] [src]

macro_rules! transition {
    ($constraints:ident, $from:expr => $to:expr, $check:expr) => { ... };
}