Type Alias lichess_api::model::puzzles::activity::Round

source ·
pub type Round = PuzzleRoundJson;

Aliased Type§

struct Round {
    pub date: u64,
    pub win: bool,
    pub puzzle: Puzzle,
}

Fields§

§date: u64§win: bool§puzzle: Puzzle