pub struct ValueQualitySet<'a> {
pub value: &'a str,
pub quality: f32,
}Expand description
A pair of a value string and a quality of said value.
Often used in the accept-* HTTP headers.
Fields§
§value: &'a strThe value with a quality
quality: f32The quality of a value