Struct helianto::readers::MarkdownReader [] [src]

pub struct MarkdownReader;

Trait Implementations

impl Debug for MarkdownReader
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Reader for MarkdownReader
[src]

fn new(_settings: &Settings) -> MarkdownReader

fn extensions() -> &'static [&'static str]

fn load(&self, path: &Path) -> Result<(String, Metadata)>