pub trait ToDoc {
// Required method
fn to_doc(&self) -> RcDoc<'_>;
}Expand description
Trait for types which can be pretty-printed
pub trait ToDoc {
// Required method
fn to_doc(&self) -> RcDoc<'_>;
}Trait for types which can be pretty-printed