pub trait Stats { // Required method fn pip(&self) -> Result<(u8, u8), Error>; }
Provide statistics.
Calculate the Pip for each player.