[][src]Trait sailfish::Template

pub trait Template: Sealed {
    pub fn render(&self) -> RenderResult;
}

Work in Progress

Required methods

pub fn render(&self) -> RenderResult[src]

Work in progress

Loading content...

Implementors

Loading content...