pub struct JsonParser;Expand description
JSON Parser
Parser for BPMN JSON format.
Trait Implementations§
Source§impl BpmnParser for JsonParser
impl BpmnParser for JsonParser
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 JsonParser
impl RefUnwindSafe for JsonParser
impl Send for JsonParser
impl Sync for JsonParser
impl Unpin for JsonParser
impl UnsafeUnpin for JsonParser
impl UnwindSafe for JsonParser
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