pub struct IncrementalParser { /* private fields */ }Expand description
Incremental PDF parser
Implementations§
Source§impl IncrementalParser
impl IncrementalParser
Sourcepub fn take_events(&mut self) -> Vec<ParseEvent>
pub fn take_events(&mut self) -> Vec<ParseEvent>
Get pending events
Sourcepub fn is_complete(&self) -> bool
pub fn is_complete(&self) -> bool
Check if parsing is complete
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IncrementalParser
impl RefUnwindSafe for IncrementalParser
impl Send for IncrementalParser
impl Sync for IncrementalParser
impl Unpin for IncrementalParser
impl UnwindSafe for IncrementalParser
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