impl_behavior_module

Macro impl_behavior_module 

Source
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.