pub fn read_fixed_length_string<T: AsRef<[u8]>>(
    cursor: &mut Cursor<T>
) -> String
Expand description

Reads a fixed-length string from bytes.

Arguments

  • cursor: The bytes to read from.