Function reproto_parser::read_to_string [] [src]

pub fn read_to_string<'a, R>(reader: R) -> Result<String> where
    R: AsMut<Read + 'a>, 

Read the full contents of the given reader as a string.