Trait linxal::types::Magnitude
[−]
[src]
pub trait Magnitude: Copy {
fn mag(self) -> f64;
}Represents quantities that have a magnitude.