[−][src]Trait markdown_composer::traits::MarkdownElement
An element that can be rendered as to markdown.
Required methods
Loading content...Implementors
impl<T> MarkdownElement for T where
T: Clone + Debug + Display, [src]
T: Clone + Debug + Display,
Implemented for all types that do implement Display.
The implementation calls the Display::fmt method.