[][src]Function actix_web::http::header::q

pub fn q<T>(val: T) -> Quality where
    T: TryInto<Quality>,
    <T as TryInto<Quality>>::Error: Debug

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

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