[][src]Trait wordfeud_solver::Item

pub trait Item: Debug + Clone + Copy + PartialEq + Default + Into<Code> + TryFrom<Code, Error = Error> {
    pub fn code(&self) -> Code;
}

common trait for Tile, Letter, Cell

Required methods

pub fn code(&self) -> Code[src]

Loading content...

Implementors

impl Item for Cell[src]

impl Item for Letter[src]

impl Item for Tile[src]

Loading content...