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
pub trait Melting {
// Required methods
fn get_melting_avg_c(&self) -> f32;
fn get_melting_avg_k(&self) -> f32;
}Melting point, Kelvin and Celsius °C