pub fn render_to_string<R: WeftRenderable>(widget: R) -> Result<String, Error>Expand description
Renders the template in widget to a new String.
pub fn render_to_string<R: WeftRenderable>(widget: R) -> Result<String, Error>Renders the template in widget to a new String.