Struct liquid::compiler::BoxedTagParser [] [src]

pub struct BoxedTagParser { /* fields omitted */ }

Trait Implementations

impl Clone for BoxedTagParser
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl ParseTag for BoxedTagParser
[src]

[src]

impl From<FnParseTag> for BoxedTagParser
[src]

[src]

Performs the conversion.

impl From<Box<ParseTag>> for BoxedTagParser
[src]

[src]

Performs the conversion.