pub struct TopicSink { /* private fields */ }Expand description
Sink that publishes events to an EventProvider topic
Re-publishes matched events to the underlying provider, enabling event forwarding and fan-out patterns.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TopicSink
impl !RefUnwindSafe for TopicSink
impl Send for TopicSink
impl Sync for TopicSink
impl Unpin for TopicSink
impl UnsafeUnpin for TopicSink
impl !UnwindSafe for TopicSink
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