pub struct CSharpParser;Expand description
C# language parser.
Implementations§
Source§impl CSharpParser
impl CSharpParser
Trait Implementations§
Source§impl Default for CSharpParser
impl Default for CSharpParser
Source§impl LanguageParser for CSharpParser
impl LanguageParser for CSharpParser
Source§fn extract_units(
&self,
tree: &Tree,
source: &str,
file_path: &Path,
) -> AcbResult<Vec<RawCodeUnit>>
fn extract_units( &self, tree: &Tree, source: &str, file_path: &Path, ) -> AcbResult<Vec<RawCodeUnit>>
Extract code units from a parsed tree.
Auto Trait Implementations§
impl Freeze for CSharpParser
impl RefUnwindSafe for CSharpParser
impl Send for CSharpParser
impl Sync for CSharpParser
impl Unpin for CSharpParser
impl UnsafeUnpin for CSharpParser
impl UnwindSafe for CSharpParser
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