[][src]Function hyperx::header::parsing::from_one_raw_str

pub fn from_one_raw_str<'a, R, T>(raw: &'a R) -> Result<T> where
    R: RawLike<'a>,
    T: FromStr

Reads a single raw string when parsing a header.