[][src]Trait notedown_ast::utils::ToHTML

pub trait ToHTML {
    fn to_html(&self) -> String;
}

Required methods

fn to_html(&self) -> String

Loading content...

Implementors

impl ToHTML for AST[src]

Loading content...