[][src]Trait xwords::fill::Filler

pub trait Filler {
    pub fn fill(&self, crossword: &Crossword) -> Result<Crossword, String>;
}

Required methods

pub fn fill(&self, crossword: &Crossword) -> Result<Crossword, String>[src]

Loading content...

Implementors

impl Filler for ParallelFiller[src]

impl<'s> Filler for SingleThreadedFiller<'s>[src]

Loading content...