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

Reads a raw string into a value.