[][src]Trait nonogrid::render::Renderer

pub trait Renderer<B> where
    B: Block
{ fn with_board(board: MutRc<Board<B>>) -> Self;
fn render(&self) -> String; }

Required methods

fn with_board(board: MutRc<Board<B>>) -> Self

fn render(&self) -> String

Loading content...

Implementors

impl<B> Renderer<B> for ShellRenderer<B> where
    B: Block + Display,
    B::Color: Display
[src]

Loading content...