Struct weld_codegen::render::Renderer [−][src]
pub struct Renderer<'gen> { /* fields omitted */ }Expand description
HBTemplate processor for code generation
Implementations
Initialize handlebars template processor.
Adds template to internal dictionary
render a template without registering it
Trait Implementations
Auto Trait Implementations
impl<'gen> !RefUnwindSafe for Renderer<'gen>
impl<'gen> !UnwindSafe for Renderer<'gen>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more