Skip to main content

read_string

Function read_string 

Source
pub fn read_string<'a>(
    bytes: &'a [u8],
    pos: &mut usize,
) -> Result<&'a str, DecodeError>