1use crate::*; 2 3#[derive(Debug, Clone)] 4pub struct BroadcastMap<T: BroadcastTrait>(pub(super) DashMapStringBroadcast<T>);