pub fn decode_string(input: &[u8]) -> Result<(String, usize), StringError>Expand description
Decode a string from a byte slice.
Returns (decoded_string, bytes_consumed).
§Errors
Siehe StringError.
pub fn decode_string(input: &[u8]) -> Result<(String, usize), StringError>Decode a string from a byte slice.
Returns (decoded_string, bytes_consumed).
Siehe StringError.