Struct elba::build::invoke::CompileInvocation[][src]

pub struct CompileInvocation<'a> {
    pub src: &'a Path,
    pub deps: &'a [&'a Binary],
    pub targets: &'a [PathBuf],
    pub build: &'a Path,
    pub args: &'a [String],
}

Fields

Methods

impl<'a> CompileInvocation<'a>
[src]

Trait Implementations

impl<'a> Debug for CompileInvocation<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for CompileInvocation<'a>

impl<'a> Sync for CompileInvocation<'a>