pub struct PlantUmlParser;Expand description
Line-based parser for the supported PlantUML component-diagram subset.
Implementations§
Source§impl PlantUmlParser
impl PlantUmlParser
Sourcepub fn parse(text: &str) -> Result<PlantUmlDiagram, PlantUmlError>
pub fn parse(text: &str) -> Result<PlantUmlDiagram, PlantUmlError>
Parses component declarations, directed arrows, comments, and PlantUML directives.
Trait Implementations§
Source§impl Clone for PlantUmlParser
impl Clone for PlantUmlParser
Source§fn clone(&self) -> PlantUmlParser
fn clone(&self) -> PlantUmlParser
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PlantUmlParser
impl Debug for PlantUmlParser
Source§impl Default for PlantUmlParser
impl Default for PlantUmlParser
Source§fn default() -> PlantUmlParser
fn default() -> PlantUmlParser
Returns the “default value” for a type. Read more
impl Copy for PlantUmlParser
Auto Trait Implementations§
impl Freeze for PlantUmlParser
impl RefUnwindSafe for PlantUmlParser
impl Send for PlantUmlParser
impl Sync for PlantUmlParser
impl Unpin for PlantUmlParser
impl UnwindSafe for PlantUmlParser
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