pub struct RustExtractor;Implementations§
Source§impl RustExtractor
 
impl RustExtractor
Trait Implementations§
Source§impl Extractor for RustExtractor
 
impl Extractor for RustExtractor
fn get_parser_language(&self) -> Language
fn get_package_metadata( &self, path: &Path, ) -> Result<PackageMetadata, ExtractionError>
fn extract_public_api( &self, metadata: &PackageMetadata, parser: &mut Parser, ) -> Result<Vec<Namespace>, ExtractionError>
Auto Trait Implementations§
impl Freeze for RustExtractor
impl RefUnwindSafe for RustExtractor
impl Send for RustExtractor
impl Sync for RustExtractor
impl Unpin for RustExtractor
impl UnwindSafe for RustExtractor
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