Function hyper::header::parsing::from_one_raw_str
[−]
[src]
pub fn from_one_raw_str<T: FromStr>(raw: &[Vec<u8>]) -> Option<T>
Reads a single raw string when parsing a header
pub fn from_one_raw_str<T: FromStr>(raw: &[Vec<u8>]) -> Option<T>
Reads a single raw string when parsing a header
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).