pub trait Render {
    fn render(&self, writer: &mut impl Write) -> Result;
}

Required Methods

Implementations on Foreign Types

Implementors