Function html2text::from_read[][src]

pub fn from_read<R>(input: R, width: usize) -> String where
    R: Read

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