Skip to main content

parse_bytes_with_name

Function parse_bytes_with_name 

Source
pub fn parse_bytes_with_name(
    bytes: &[u8],
    format: &str,
    name_hint: Option<&str>,
) -> Result<Parsed>
Expand description

parse_bytes with a name hint, as parse_str_with_name is to parse_str.

ยงErrors

As parse_bytes.