Struct erg_parser::parse::SimpleParser
source · pub struct SimpleParser {}
Implementations§
source§impl SimpleParser
impl SimpleParser
pub fn parse(code: String) -> Result<CompleteArtifact, IncompleteArtifact>
Trait Implementations§
source§impl Parsable for SimpleParser
impl Parsable for SimpleParser
fn parse(code: String) -> Result<CompleteArtifact, IncompleteArtifact>
Auto Trait Implementations§
impl Freeze for SimpleParser
impl RefUnwindSafe for SimpleParser
impl Send for SimpleParser
impl Sync for SimpleParser
impl Unpin for SimpleParser
impl UnwindSafe for SimpleParser
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