Function saphir::header::q

source ·
pub fn q<T>(val: T) -> Qualitywhere
    T: IntoQuality,
Expand description

Convenience function to create a Quality from a float or integer.

Implemented for u16 and f32. Panics if value is out of range.