[]Trait liquid::reflection::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...

Implementations on Foreign Types

impl BlockReflection for UnlessBlock[src]

impl BlockReflection for IfChangedBlock[src]

impl BlockReflection for CaptureBlock[src]

impl BlockReflection for CaseBlock[src]

impl BlockReflection for CommentBlock[src]

impl BlockReflection for ForBlock[src]

impl BlockReflection for RawBlock[src]

impl BlockReflection for TableRowBlock[src]

impl BlockReflection for IfBlock[src]

Loading content...

Implementors

Loading content...