pub struct CmlParser;Expand description
Parser for CML v0.2 documents
Implementations§
Auto Trait Implementations§
impl Freeze for CmlParser
impl RefUnwindSafe for CmlParser
impl Send for CmlParser
impl Sync for CmlParser
impl Unpin for CmlParser
impl UnwindSafe for CmlParser
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