pub trait SlackBlocksTemplate {
    fn render_template(&self) -> Vec<SlackBlock, Global>;
}

Required methods

Implementors