read_typed_string

Function read_typed_string 

Source
pub fn read_typed_string<R>(
    reader: &mut R,
    buffer: &mut Vec<u8>,
) -> Result<usize>
where R: Read + ReadBytesExt,
Expand description

Read a typed string from the reader to a Rust String