pub struct ChannelWireRx { /* private fields */ }
Expand description
A WireRx
impl using tokio mpsc channels
Implementations§
Source§impl ChannelWireRx
impl ChannelWireRx
Sourcepub fn set_stopper(&mut self, stopper: Stopper)
pub fn set_stopper(&mut self, stopper: Stopper)
Add a stopper to listen for “close” methods
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChannelWireRx
impl !RefUnwindSafe for ChannelWireRx
impl Send for ChannelWireRx
impl Sync for ChannelWireRx
impl Unpin for ChannelWireRx
impl !UnwindSafe for ChannelWireRx
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