pub struct CoreSpscRx(pub SpscReceiver);Expand description
Adapter implementing TryRecvBytes for an indexbus-core SPSC receiver.
This is used to plug the core receiver into the tier-a adapter utilities.
Tuple Fields§
§0: SpscReceiverTrait Implementations§
Auto Trait Implementations§
impl Freeze for CoreSpscRx
impl !RefUnwindSafe for CoreSpscRx
impl Send for CoreSpscRx
impl !Sync for CoreSpscRx
impl Unpin for CoreSpscRx
impl !UnwindSafe for CoreSpscRx
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