Trait IntoPiece

Source
pub trait IntoPiece {
    // Required method
    fn into_piece(self, scratch: &mut RollMut) -> Result<Piece>;
}

Required Methods§

Source

fn into_piece(self, scratch: &mut RollMut) -> Result<Piece>

Implementors§