[][src]Trait nonogrid::DynamicColor

pub trait DynamicColor: Color where
    Self: Sized
{ fn both_colors() -> Option<Self>;
fn can_be_blank(&self) -> bool;
fn can_be(&self, color: Self) -> bool;
fn add_color(&self, color: Self) -> Self;
fn solved_copy(&self) -> Self; }

Required methods

fn both_colors() -> Option<Self>

fn can_be_blank(&self) -> bool

fn can_be(&self, color: Self) -> bool

fn add_color(&self, color: Self) -> Self

fn solved_copy(&self) -> Self

Loading content...

Implementors

impl DynamicColor for BinaryColor[src]

Loading content...