Skip to main content

get_binary

Function get_binary 

Source
pub fn get_binary<'a>(structure: &'a GffStruct, label: &str) -> Option<&'a [u8]>
Expand description

Reads a VOID field’s bytes.

No coercion ladder: nothing else in the format is a byte string, so a field that is not VOID has no reading here.