Reader

Trait Reader 

Source
pub trait Reader {
    // Required method
    fn document(
        &self,
        content: &str,
        markdown_options: &MarkdownOptions,
    ) -> Document;
}

Required Methods§

Source

fn document( &self, content: &str, markdown_options: &MarkdownOptions, ) -> Document

Implementors§