take_string

Function take_string 

Source
pub fn take_string<R: Read>(
    reader: &mut R,
    len: usize,
) -> Result<String, DecodeError>