Function rmp::decode::read_str_data [] [src]

pub fn read_str_data<'r, R>(rd: &mut R, len: u32, buf: &'r mut [u8]) -> Result<&'r str, DecodeStringError<'r>> where R: Read