pub fn set_driver<D: BroadcastDriver + 'static>(driver: D)Expand description
Set the global broadcast driver. Call once at startup before using Broadcasting.
pub fn set_driver<D: BroadcastDriver + 'static>(driver: D)Set the global broadcast driver. Call once at startup before using Broadcasting.