Skip to main content

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.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§