Trait liquid_help_md::Renderable[][src]

pub trait Renderable {
    fn render_summary(
        &self,
        stream: &mut dyn Write
    ) -> Result<(), Box<dyn Error>>;
fn render(&self, stream: &mut dyn Write) -> Result<(), Box<dyn Error>>; }

Required methods

fn render_summary(&self, stream: &mut dyn Write) -> Result<(), Box<dyn Error>>[src]

fn render(&self, stream: &mut dyn Write) -> Result<(), Box<dyn Error>>[src]

Loading content...

Implementations on Foreign Types

impl Renderable for dyn FilterReflection[src]

impl Renderable for dyn TagReflection[src]

impl Renderable for dyn BlockReflection[src]

Loading content...

Implementors

Loading content...