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]

Register non-standard filters

[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]

Create a parser

Trait Implementations

impl Default for ParserBuilder
[src]

[src]

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

impl Clone for ParserBuilder
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more