pub trait HTML {
    fn render(&self) -> String;
}
Expand description

Html render plugin

Required Methods

Implementations on Foreign Types

Implementors