pub struct KeepFirstOutputOnly;Expand description
Keep the output from the first (A) parser, and discard the output of the second parser (B)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeepFirstOutputOnly
impl RefUnwindSafe for KeepFirstOutputOnly
impl Send for KeepFirstOutputOnly
impl Sync for KeepFirstOutputOnly
impl Unpin for KeepFirstOutputOnly
impl UnsafeUnpin for KeepFirstOutputOnly
impl UnwindSafe for KeepFirstOutputOnly
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