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

Required Methods

Returns the triple used by the rust build tools.

Implementors