Trait live_view::Template[][src]

pub trait Template: Sized + 'static + Clone + Unpin {
    fn render(&self) -> Result<String>;
}

Required methods

fn render(&self) -> Result<String>[src]

Loading content...

Implementors

Loading content...