pub struct ClojureParser<'config> { /* private fields */ }Implementations§
Source§impl<'config> ClojureParser<'config>
impl<'config> ClojureParser<'config>
pub fn new(config: &'config ClojureLanguage) -> Self
Trait Implementations§
Source§impl<'config> Parser<ClojureLanguage> for ClojureParser<'config>
impl<'config> Parser<ClojureLanguage> for ClojureParser<'config>
Source§fn parse<'a, S: Source + ?Sized>(
&self,
text: &'a S,
edits: &[TextEdit],
cache: &'a mut impl ParseCache<ClojureLanguage>,
) -> ParseOutput<'a, ClojureLanguage>
fn parse<'a, S: Source + ?Sized>( &self, text: &'a S, edits: &[TextEdit], cache: &'a mut impl ParseCache<ClojureLanguage>, ) -> ParseOutput<'a, ClojureLanguage>
The core parsing entry point. Read more
Auto Trait Implementations§
impl<'config> Freeze for ClojureParser<'config>
impl<'config> RefUnwindSafe for ClojureParser<'config>
impl<'config> Send for ClojureParser<'config>
impl<'config> Sync for ClojureParser<'config>
impl<'config> Unpin for ClojureParser<'config>
impl<'config> UnwindSafe for ClojureParser<'config>
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