pub fn format_value<T: Format + ?Sized>(value: &T) -> Doc
Run a single Format value to completion, returning its assembled Doc.
Format
Doc