Melting

Trait Melting 

Source
pub trait Melting {
    // Required methods
    fn get_melting_avg_c(&self) -> f32;
    fn get_melting_avg_k(&self) -> f32;
}
Expand description

Melting point, Kelvin and Celsius °C

Required Methods§

Implementors§