[][src]Trait dcconway::renderer::Renderer

pub trait Renderer {
    type Output;
    fn render(&self, grid: &Grid) -> Self::Output;
}

Associated Types

type Output

Loading content...

Required methods

fn render(&self, grid: &Grid) -> Self::Output

Loading content...

Implementors

impl Renderer for TextRenderer[src]

type Output = ()

Loading content...