pub fn get_char(
    member: &DnaStrMember,
    bytes_read: &[u8],
    byte_index: usize
) -> u8
Expand description

Extract byte by index, if member type matches “char”, otherwise return 0_u8.