pub struct IndexPage<'a> {
email: Option<String>,
secret: String,
username: &'a str,
}Fields§
§email: Option<String>§secret: String§username: &'a strTrait Implementations§
source§impl<'a> TemplateOnce for IndexPage<'a>
impl<'a> TemplateOnce for IndexPage<'a>
source§fn render_once(self) -> RenderResult
fn render_once(self) -> RenderResult
Render the template and return the rendering result as
RenderResult Read more