pub struct SaxParser {}Expand description
Handle returned by sax_parser; call .parse(src, writer).
Stores the result of a CPUID check performed at construction time so that
repeated .parse() calls pay only one branch.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SaxParser
impl RefUnwindSafe for SaxParser
impl Send for SaxParser
impl Sync for SaxParser
impl Unpin for SaxParser
impl UnsafeUnpin for SaxParser
impl UnwindSafe for SaxParser
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