Struct mdbook::renderer::HtmlHandlebars[][src]

pub struct HtmlHandlebars;

Methods

impl HtmlHandlebars
[src]

Trait Implementations

impl Default for HtmlHandlebars
[src]

Returns the "default value" for a type. Read more

impl Renderer for HtmlHandlebars
[src]

The Renderer's name.

Invoke the Renderer, passing in all the necessary information for describing a book. Read more

Auto Trait Implementations