Trait trillium_askama::AskamaConnExt
source · pub trait AskamaConnExt {
// Required method
fn render(self, template: impl Template) -> Self;
}
Expand description
extends trillium conns with the ability to render askama templates
Required Methods§
Object Safety§
This trait is not object safe.