Skip to main content

decode_binary_string

Function decode_binary_string 

Source
fn decode_binary_string(
    ty: &Type,
    raw: &[u8],
) -> Result<String, Box<dyn Error + Sync + Send>>
Expand description

Decodes a binary-format string value, rejecting embedded NUL characters.