Struct recipe_reader::Recipe [] [src]

pub struct Recipe {
    pub ok: bool,
    pub path: PathBuf,
    pub target_count: u64,
    pub targets: Vec<Target>,
}

Fields

Trait Implementations

impl Debug for Recipe
[src]

Formats the value using the given formatter.