pub trait ToDoc { // Required method fn to_doc<'a>(&self) -> D<'a>; }
A type that can be pretty-printed.
Pretty prints the object, returning a doc.