pub struct VrtXmlParser;Expand description
VRT XML parser
Implementations§
Source§impl VrtXmlParser
impl VrtXmlParser
Sourcepub fn parse(xml: &str) -> Result<VrtDataset>
pub fn parse(xml: &str) -> Result<VrtDataset>
Sourcepub fn parse_file<P: AsRef<Path>>(path: P) -> Result<VrtDataset>
pub fn parse_file<P: AsRef<Path>>(path: P) -> Result<VrtDataset>
Auto Trait Implementations§
impl Freeze for VrtXmlParser
impl RefUnwindSafe for VrtXmlParser
impl Send for VrtXmlParser
impl Sync for VrtXmlParser
impl Unpin for VrtXmlParser
impl UnsafeUnpin for VrtXmlParser
impl UnwindSafe for VrtXmlParser
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