[][src]Trait creator_tools::types::IntoRustTriple

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

Required methods

pub fn rust_triple(&self) -> &'static str[src]

Returns the triple used by the rust build tools

Loading content...

Implementors

impl IntoRustTriple for AndroidTarget[src]

impl IntoRustTriple for AppleTarget[src]

impl IntoRustTriple for BuildTarget[src]

Loading content...