Struct recipe_reader::Recipe
[−]
[src]
pub struct Recipe {
pub ok: bool,
pub path: PathBuf,
pub target_count: u64,
pub targets: Vec<Target>,
}Fields
ok: bool
path: PathBuf
target_count: u64
targets: Vec<Target>