Macro behaviour_fsm

Source
macro_rules! behaviour_fsm {
    ($fsm: ident, $validator: ty, $transitions: ty, $id: ty, $reactive_instance: ty) => { ... };
}