Macro entity_behaviour_functions

Source
macro_rules! entity_behaviour_functions {
    ($ident: ident, $fn_type: ty, $constructor: expr) => { ... };
}