Type Alias BehaviourStorage

Source
pub type BehaviourStorage<ID, T> = DashMap<ID, DashMap<BehaviourTypeId, Arc<dyn BehaviourFsm<ID, T> + Send + Sync>>>;

Aliased Typeยง

pub struct BehaviourStorage<ID, T> { /* private fields */ }