pub struct SemtreeParser;Implementations§
Source§impl SemtreeParser
impl SemtreeParser
pub fn parse(source: &str, language: Language) -> Result<ParsedTree, ParseError>
pub fn parse_file(path: &Path) -> Result<ParsedTree, ParseError>
Auto Trait Implementations§
impl Freeze for SemtreeParser
impl RefUnwindSafe for SemtreeParser
impl Send for SemtreeParser
impl Sync for SemtreeParser
impl Unpin for SemtreeParser
impl UnsafeUnpin for SemtreeParser
impl UnwindSafe for SemtreeParser
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