pub type LocalStateBroadcastChannel<T> = GenericStateBroadcastChannel<NoopLock, T>;
Expand description
A GenericStateBroadcastChannel
which is not thread-safe.
Aliased Typeยง
struct LocalStateBroadcastChannel<T> { /* private fields */ }
pub type LocalStateBroadcastChannel<T> = GenericStateBroadcastChannel<NoopLock, T>;
A GenericStateBroadcastChannel
which is not thread-safe.
struct LocalStateBroadcastChannel<T> { /* private fields */ }