pub struct StreamBus { /* private fields */ }Expand description
In-process event bus for max/stream subscriptions. Backed by tokio::sync::broadcast.
Implementations§
Auto Trait Implementations§
impl Freeze for StreamBus
impl RefUnwindSafe for StreamBus
impl Send for StreamBus
impl Sync for StreamBus
impl Unpin for StreamBus
impl UnsafeUnpin for StreamBus
impl UnwindSafe for StreamBus
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more