pub trait Documentation {
    fn to_md(&self) -> String;
}
Expand description

Enables generating Markdown formatted content.

Required methods

Implementors