pub trait Documentation { fn to_md(&self) -> String; }
Enables generating Markdown formatted content.