Struct gazetta_render_ext::Content [] [src]

pub struct Content<'a, G>(pub &'a Page<'a, G>)
where
    G: Gazetta + 'a,
    G::SiteMeta: 'a,
    G::PageMeta: 'a
;

Renders a page's content

Trait Implementations

impl<'a, G> RenderOnce for Content<'a, G> where
    G: Gazetta + 'a,
    G::SiteMeta: 'a,
    G::PageMeta: 'a, 
[src]

[src]

Render this into a template buffer.

[src]

Returns a (very) rough estimate of how many bytes this Render will use.

impl<'a, G> RenderMut for Content<'a, G> where
    G: Gazetta + 'a,
    G::SiteMeta: 'a,
    G::PageMeta: 'a, 
[src]

[src]

Render this into a template buffer.

impl<'a, G> Render for Content<'a, G> where
    G: Gazetta + 'a,
    G::SiteMeta: 'a,
    G::PageMeta: 'a, 
[src]

[src]

Render this into a template buffer.

Auto Trait Implementations

impl<'a, G> Send for Content<'a, G> where
    <G as Gazetta>::PageMeta: Sync

impl<'a, G> Sync for Content<'a, G> where
    <G as Gazetta>::PageMeta: Sync