[−][src]Function html2text::from_read_with_decorator
pub fn from_read_with_decorator<R, D>(
input: R,
width: usize,
decorator: D
) -> String where
R: Read,
D: TextDecorator,
Reads HTML from input, decorates it using decorator, and
returns a String with text wrapped to width columns.