Struct rust_code_analysis::DumpCfg [−][src]
Expand description
Configuration options for dumping the AST of a code.
Fields
line_start: Option<usize>The first line of code to dump
If None, the code is dumped from the first line of code
in a file
line_end: Option<usize>The last line of code to dump
If None, the code is dumped until the last line of code
in a file
