Trait pleco::engine::UCISearcher [] [src]

pub trait UCISearcher: Searcher {
    fn uci_setup(board: Board, stop: Arc<AtomicBool>) -> Self
    where
        Self: Sized
;
fn uci_go(&mut self, limits: UCILimit, use_stdout: bool) -> BitMove; }

Required Methods

Implementors