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: PathBuf
Path to the file containing the code.