Trait liquid_core::TagReflection[][src]

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[src]

fn description(&self) -> &str[src]

Loading content...

Provided methods

fn example(&self) -> Option<&str>[src]

fn spec(&self) -> Option<&str>[src]

Loading content...

Implementors

Loading content...