Trait candid::parser::types::ToDoc

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

Required Methods

Implementors