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

pub trait Renderer<B> where
    B: Block
{ fn with_board(board: MutRc<Board<B>>) -> Self;
fn render(&self) -> String;
fn render_simple(&self) -> String; fn concat(rows: impl Iterator<Item = Vec<String>>) -> String { ... } }

Required methods

Provided methods

Implementors