[][src]Trait ctchi::templates::parser::Content

pub trait Content {
    fn get_content(&self) -> Vec<u8>;
}

Required methods

fn get_content(&self) -> Vec<u8>

Loading content...

Implementors

impl Content for TemplateNode[src]

impl Content for CtchiValue[src]

impl Content for ForTag[src]

impl Content for Html[src]

impl Content for IfTag[src]

impl Content for ImportTag[src]

impl Content for TemplateTag[src]

Loading content...