pub fn render(doc: &Doc, width: usize) -> String
Render a Doc to a String within the given line width.
Doc
String
width