[][src]Trait liquid::reflection::TagReflection

pub trait TagReflection {
    fn tag(&self) -> &str;
fn description(&self) -> &str; fn example(&self) -> Option<&str> { ... }
fn spec(&self) -> Option<&str> { ... } }

Required methods

fn tag(&self) -> &str

fn description(&self) -> &str

Loading content...

Provided methods

fn example(&self) -> Option<&str>

fn spec(&self) -> Option<&str>

Loading content...

Implementations on Foreign Types

impl TagReflection for IncrementTag[src]

impl TagReflection for AssignTag[src]

impl TagReflection for ContinueTag[src]

impl TagReflection for BreakTag[src]

impl TagReflection for CycleTag[src]

impl TagReflection for IncludeTag[src]

impl TagReflection for DecrementTag[src]

Loading content...

Implementors

Loading content...