Macro behaviour_ty

Source
macro_rules! behaviour_ty {
    (
        $behaviour_type_id: ident,
        $namespace: ident,
        $behaviour_name_const: ident,
        $behaviour_name: expr
    ) => { ... };
}