Struct deno_doc::parser::DocParser[][src]

pub struct DocParser {
    pub ast_parser: AstParser,
    pub loader: Box<dyn DocFileLoader>,
    pub private: bool,
}

Fields

ast_parser: AstParserloader: Box<dyn DocFileLoader>private: bool

Implementations

Parses a module into a list of exported items, as well as a list of reexported items which need to be fetched from other modules.

Fetches file_name and parses it.

Parses a module and returns a list of exported items (no reexports).

Fetches file_name, parses it, and resolves its reexports.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.