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

Required methods

Returns the triple used by the rust build tools

Implementors