[][src]Trait liquid_compiler::BlockReflection

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

Required methods

fn start_tag(&self) -> &str

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