Trait liquid_core::parser::BlockReflection[][src]

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

Provided methods

Implementors