Trait metfor::Temperature

source ·
pub trait Temperature: Quantity + PartialEq + PartialOrd { }
Expand description

Marker trait for temperature types.

Implementors