[][src]Trait liquid_compiler::TagReflection

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

Required methods

fn tag(&self) -> &'static str

fn description(&self) -> &'static str

Loading content...

Provided methods

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

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

Loading content...

Implementors

Loading content...