Macro behaviour_factory

Source
macro_rules! behaviour_factory {
    (
        $factory: ident,
        $behaviour: ty,
        $id: ty,
        $reactive_instance: ty
        $(, $fn_name:ident, $fn_ident: ident)*
    ) => { ... };
}