[][src]Trait liquid_compiler::BlockReflection

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

Required methods

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

fn end_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...