Trait pocky::AsHtml

source ·
pub trait AsHtml {
    // Required method
    fn as_html(&self) -> String;
}

Required Methods§

source

fn as_html(&self) -> String

Implementors§