Function gut::io::vtk::parser::parse_data_vec_u8[]

pub fn parse_data_vec_u8(
    input: &[u8],
    n: usize,
    ft: FileType
) -> IResult<&[u8], Vec<u8, Global>, u32>
Expand description

Parse a set of unsigned bytes into a Vec.