pub fn from_one_raw_str<T>(raw: &Raw) -> Result<T, Error>where
    T: FromStr,
Expand description

Reads a single raw string when parsing a header.