pub struct UnusedQuad;
Expand description
Scalar
decoder produces numbers one by one, so there is no quad to unbundle.
Any implementations of DecodedQuadSink<EmptyQuad>
can safely use unreachable!()
or equivalent.
Auto Trait Implementations§
impl Freeze for UnusedQuad
impl RefUnwindSafe for UnusedQuad
impl Send for UnusedQuad
impl Sync for UnusedQuad
impl Unpin for UnusedQuad
impl UnwindSafe for UnusedQuad
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