Struct liquid_compiler::BoxedTagParser [−][src]
pub struct BoxedTagParser { /* fields omitted */ }Trait Implementations
impl Clone for BoxedTagParser[src]
impl Clone for BoxedTagParserfn clone(&self) -> BoxedTagParser[src]
fn clone(&self) -> BoxedTagParserReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl ParseTag for BoxedTagParser[src]
impl ParseTag for BoxedTagParserfn parse(
&self,
tag_name: &str,
arguments: &[Token],
options: &LiquidOptions
) -> Result<Box<Renderable>>[src]
fn parse(
&self,
tag_name: &str,
arguments: &[Token],
options: &LiquidOptions
) -> Result<Box<Renderable>>impl From<FnParseTag> for BoxedTagParser[src]
impl From<FnParseTag> for BoxedTagParserfn from(parser: FnParseTag) -> BoxedTagParser[src]
fn from(parser: FnParseTag) -> BoxedTagParserPerforms the conversion.
impl From<Box<ParseTag>> for BoxedTagParser[src]
impl From<Box<ParseTag>> for BoxedTagParserfn from(parser: Box<ParseTag>) -> BoxedTagParser[src]
fn from(parser: Box<ParseTag>) -> BoxedTagParserPerforms the conversion.
Auto Trait Implementations
impl Send for BoxedTagParser
impl Send for BoxedTagParserimpl Sync for BoxedTagParser
impl Sync for BoxedTagParser