#[derive(Debug, PartialEq, Eq)] pub struct CheckersPiece {} impl CheckersPiece { pub fn new() -> Self { Self {} } }