Trait bard::render::template::DefaultTemaplate[][src]

pub trait DefaultTemaplate {
    const TPL_NAME: &'static str;
    const TPL_CONTENT: &'static str;
}

Associated Constants

const TPL_NAME: &'static str[src]

const TPL_CONTENT: &'static str[src]

Loading content...

Implementors

impl DefaultTemaplate for RHovorka[src]

impl DefaultTemaplate for RHtml[src]

impl DefaultTemaplate for RTex[src]

Loading content...