SystemDependent

Trait SystemDependent 

Source
pub trait SystemDependent {
    // Required method
    fn target_arch_and_os(&self) -> (&str, &str);
}

Required Methods§

Source

fn target_arch_and_os(&self) -> (&str, &str)

Implementors§