[][src]Trait liquid_compiler::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...

Implementors

Loading content...