#[derive(Debug, PartialEq)] pub enum Error { NotEnoughPinsLeft, GameComplete, } pub struct BowlingGame { frame_score: Vec<u16>, current_pins: PinState, ...
確定! 回上一頁