Struct recipe_reader::Recipe [] [src]

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

Fields

Methods

impl Recipe
[src]

Trait Implementations

impl Debug for Recipe
[src]

Formats the value using the given formatter.

impl Default for Recipe
[src]

Returns the "default value" for a type. Read more