Struct rust_code_analysis::FunctionCfg [−][src]
pub struct FunctionCfg {
pub path: PathBuf,
}Expand description
Configuration options for detecting the span of each function in a code.
Fields
path: PathBufPath to the file containing the code
