Skip to main content

render

Function render 

Source
pub fn render<T: Serialize>(
    name: &'static str,
    source: &'static str,
    surface: &Surface,
    content: &T,
) -> Result<String, Error>
Expand description

Render one operator template with a Surface and consumer-owned context.