Struct rust_code_analysis::MetricsCfg [−][src]
pub struct MetricsCfg {
pub path: PathBuf,
}Expand description
Configuration options for computing the metrics of a code.
Fields
path: PathBufPath to the file containing the code
