pub trait ToDoc {
    fn to_doc(&self) -> RcDoc<'_, ()>;
}

Required Methods

Implementors