pub struct IndexPage {
n: Vec<Notification>,
}
Fields§
§n: Vec<Notification>
notifications
Implementations§
Trait Implementations§
source§impl TemplateOnce for IndexPage
impl TemplateOnce for IndexPage
source§fn render_once(self) -> RenderResult
fn render_once(self) -> RenderResult
Render the template and return the rendering result as
RenderResult
Read more