Function html2text::from_read

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

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