pub struct VTCapturePushParser { /* private fields */ }Expand description
A parser that allows for “capturing” of input data, ie: temporarily transferring control of the parser to unparsed data events.
This functions in the same way as VTPushParser, but emits
VTCaptureEvents instead of VTEvents.
Implementations§
Auto Trait Implementations§
impl Freeze for VTCapturePushParser
impl RefUnwindSafe for VTCapturePushParser
impl Send for VTCapturePushParser
impl Sync for VTCapturePushParser
impl Unpin for VTCapturePushParser
impl UnwindSafe for VTCapturePushParser
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