Struct cppmm_build::Dependency [−][src]
pub struct Dependency {
pub name: &'static str,
pub definitions: Vec<(&'static str, &'static str)>,
}Fields
name: &'static strdefinitions: Vec<(&'static str, &'static str)>pub struct Dependency {
pub name: &'static str,
pub definitions: Vec<(&'static str, &'static str)>,
}name: &'static strdefinitions: Vec<(&'static str, &'static str)>