Trait cercis_html::component::Component

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

Required Methods§

source

fn render(&self) -> String

Implementors§