pub struct XmlParser;Expand description
XML Parser
Parser for BPMN XML format.
Trait Implementations§
Source§impl BpmnParser for XmlParser
impl BpmnParser for XmlParser
Source§fn parse(&self, input: &str) -> Result<ProcessDefinition, ParseError>
fn parse(&self, input: &str) -> Result<ProcessDefinition, ParseError>
Parse input string into ProcessDefinition
Source§fn format(&self) -> BpmnFormat
fn format(&self) -> BpmnFormat
Get the format this parser handles
Auto Trait Implementations§
impl Freeze for XmlParser
impl RefUnwindSafe for XmlParser
impl Send for XmlParser
impl Sync for XmlParser
impl Unpin for XmlParser
impl UnsafeUnpin for XmlParser
impl UnwindSafe for XmlParser
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