Function unmarshal_string

Source
pub fn unmarshal_string(
    byteorder: ByteOrder,
    buf: &[u8],
) -> Result<(usize, String), Error>