pub fn read_fixed_length_string<T: AsRef<[u8]>>( cursor: &mut Cursor<T>, ) -> Result<String>
Reads a fixed-length string from bytes.
cursor