IntoRustTriple

Trait IntoRustTriple 

Source
pub trait IntoRustTriple {
    // Required method
    fn rust_triple(&self) -> &'static str;
}

Required Methods§

Source

fn rust_triple(&self) -> &'static str

Returns the triple used by the rust build tools.

Implementors§