fn style_lines(lines: &[&str], styles: &[(SingleLineSpan, Style)]) -> Vec<String>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
A: Allocator,
Expand description
Apply the Style
s to the spans specified. Return a vec of the
styled strings, including trailing newlines.
Tolerant against lines in s
being shorter than the spans.