pub struct XmlPushParserCtxt { /* private fields */ }Expand description
Push parser context (xmlCreatePushParserCtxt).
Implementations§
Source§impl XmlPushParserCtxt
impl XmlPushParserCtxt
Sourcepub fn last_error(&self) -> Option<&XmlError>
pub fn last_error(&self) -> Option<&XmlError>
The last error, if the most recent chunk failed to parse.
Auto Trait Implementations§
impl Freeze for XmlPushParserCtxt
impl RefUnwindSafe for XmlPushParserCtxt
impl Send for XmlPushParserCtxt
impl Sync for XmlPushParserCtxt
impl Unpin for XmlPushParserCtxt
impl UnsafeUnpin for XmlPushParserCtxt
impl UnwindSafe for XmlPushParserCtxt
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