macro_rules! impl_behavior_module {
($module:ty) => { ... };
}Expand description
By passing a type that implements the BehaviorEntry trait, this macro will hook up
and route the behavior module’s raw entry points to the trait methods.
macro_rules! impl_behavior_module {
($module:ty) => { ... };
}By passing a type that implements the BehaviorEntry trait, this macro will hook up
and route the behavior module’s raw entry points to the trait methods.