Trait candid::parser::types::ToDoc[][src]

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

Required methods

Implementors