Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Trait HTML

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

Html render plugin

Required Methods§

Source

fn render(&self) -> String

Implementations on Foreign Types§

Source§

impl HTML for String

Source§

fn render(&self) -> String

Implementors§