from_read

Function from_read 

Source
pub fn from_read<R>(input: R, width: usize) -> Result<String, Error>
where R: Read,
Expand description

Reads HTML from input, and returns a String with text wrapped to width columns.