Trait twig::nodes::Parse
[−]
[src]
pub trait Parse<'c> {
type Output;
fn parse<'p>(parser: &mut Parser<'p, 'c>) -> TemplateResult<Self::Output>;
}
pub trait Parse<'c> {
type Output;
fn parse<'p>(parser: &mut Parser<'p, 'c>) -> TemplateResult<Self::Output>;
}
type Outputfn parse<'p>(parser: &mut Parser<'p, 'c>) -> TemplateResult<Self::Output>