pub struct ProgressiveParserSpec;Expand description
ParserSpec for the Progressive Parser.
Trait Implementations§
Source§impl ParserSpec for ProgressiveParserSpec
impl ParserSpec for ProgressiveParserSpec
type Reader = InputSource<'static>
type SpecificContext = ProgressiveParserSpecificContext
Auto Trait Implementations§
impl Freeze for ProgressiveParserSpec
impl RefUnwindSafe for ProgressiveParserSpec
impl Send for ProgressiveParserSpec
impl Sync for ProgressiveParserSpec
impl Unpin for ProgressiveParserSpec
impl UnsafeUnpin for ProgressiveParserSpec
impl UnwindSafe for ProgressiveParserSpec
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