Struct cargo::util::machine_message::FromCompiler [] [src]

pub struct FromCompiler<'a> {
    pub package_id: &'a PackageId,
    pub target: &'a Target,
    pub message: Value,
}

Fields

Trait Implementations

impl<'a> Message for FromCompiler<'a>
[src]