7Q7VHOY6FYI5ZYTYDFGIAO63Q7HGRXKVKAY5MVMYVUZY6GJU3HWQC
57S64Z47SHSHO23K7VPUFBJETNVYBPK47BSIHJCW572KIUVF52HQC
pub type BehaviorArc<B> = Arc<dyn BehaviorNode<B> + Send + Sync>;
pub type BehaviorArc<B> = Arc<dyn BehaviorNode<B>>;
pub trait BehaviorNode<B>: std::fmt::Debug {
pub trait BehaviorNode<B>: std::fmt::Debug + Send + Sync {