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

pub struct CodegenInvocation<'a> {
    pub binary: &'a [PathBuf],
    pub output: &'a str,
    pub layout: &'a OutputLayout,
    pub is_artifact: bool,
    pub args: &'a [String],
}

Fields

Whether the output should be treated as a binary (false) or artifact files (true)

Methods

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

Trait Implementations

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for CodegenInvocation<'a>

impl<'a> Sync for CodegenInvocation<'a>