[][src]Trait metfor::Temperature

pub trait Temperature: Quantity + PartialEq + PartialOrd { }

Marker trait for temperature types.

Implementors

impl Temperature for Celsius[src]

impl Temperature for Fahrenheit[src]

impl Temperature for Kelvin[src]

Loading content...