pub struct AutoParser;Expand description
Auto Parser
Parser that automatically detects format and parses accordingly.
Implementations§
Source§impl AutoParser
impl AutoParser
Sourcepub fn parse(input: &str) -> Result<(ProcessDefinition, BpmnFormat), ParseError>
pub fn parse(input: &str) -> Result<(ProcessDefinition, BpmnFormat), ParseError>
Parse with automatic format detection
Auto Trait Implementations§
impl Freeze for AutoParser
impl RefUnwindSafe for AutoParser
impl Send for AutoParser
impl Sync for AutoParser
impl Unpin for AutoParser
impl UnsafeUnpin for AutoParser
impl UnwindSafe for AutoParser
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