pub fn from_raw_str<T>(raw: &[u8]) -> Result<T, Error> where
    T: FromStr
Expand description

Reads a raw string into a value.