Function jsonrpc_client_http::header::q [−][src]
pub fn q<T>(val: T) -> Quality where
T: IntoQuality,
Convenience function to create a Quality from a float or integer.
Implemented for u16 and f32. Panics if value is out of range.