Struct rust_code_analysis::OpsCfg [−][src]
pub struct OpsCfg {
pub path: PathBuf,
}Expand description
Configuration options for retrieving all the operands and operators in a code.
Fields
path: PathBufPath to the file containing the code.
