Struct liquid_compiler::BoxedTagParser[][src]

pub struct BoxedTagParser { /* fields omitted */ }

Trait Implementations

impl Clone for BoxedTagParser
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl ParseTag for BoxedTagParser
[src]

impl From<FnParseTag> for BoxedTagParser
[src]

Performs the conversion.

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

Performs the conversion.

Auto Trait Implementations