Struct rust_code_analysis::AstCfg [−][src]
Expand description
Configuration options for retrieving the nodes of an AST.
Fields
id: StringThe id associated to a request for an AST
comment: boolIf true, nodes representing comments are ignored
span: boolIf true, the start and end positions of a node in a code
are considered
