Function read_fixed_length_string

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

Reads a fixed-length string from bytes.

ยงArguments

  • cursor: The bytes to read from.