Trait include_js::JSTemplate[][src]

pub trait JSTemplate {
    fn render_template(&self) -> JSString;
}

Required methods

Implementors