Trait alcibiades::AddMove [] [src]

pub trait AddMove {
    fn add_move(&mut self, m: Move);
}

A trait for adding moves to move containers.

Required Methods

Adds a move to the move container.

Implementors