Struct weld_codegen::render::RenderConfig [−][src]
Fields
templates: Vec<Template<'render>>Templates to be loaded for renderer. List of template name, data
strict_mode: boolWhether parser is in strict mode: If true, a variable used in template that is undefined would raise an error if false, an undefined variable would evaluate to ‘falsey’
Trait Implementations
Auto Trait Implementations
impl<'render> RefUnwindSafe for RenderConfig<'render>
impl<'render> Send for RenderConfig<'render>
impl<'render> Sync for RenderConfig<'render>
impl<'render> Unpin for RenderConfig<'render>
impl<'render> UnwindSafe for RenderConfig<'render>
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