Struct liquid::ParserBuilder [] [src]

pub struct ParserBuilder { /* fields omitted */ }

Methods

impl ParserBuilder
[src]

[src]

Create an empty Liquid parser

[src]

Create a Liquid parser with built-in Liquid features

[src]

Register built-in Liquid tags

[src]

Register built-in Liquid blocks

[src]

Register built-in Liquid filters

[src]

[src]

Inserts a new custom block into the parser

[src]

Inserts a new custom tag into the parser

[src]

Inserts a new custom filter into the parser

[src]

Define the source for includes

[src]

Trait Implementations

impl Default for ParserBuilder
[src]

[src]

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