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