Function reqwest::header::parsing::from_raw_str
[−]
[src]
pub fn from_raw_str<T>(raw: &[u8]) -> Result<T, Error> where
T: FromStr,
Reads a raw string into a value.