Macro ark_module::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.