Trait utils::Puzzle

source ·
pub trait Puzzle {
    const YEAR: Year;
    const DAY: Day;
}
Expand description

Common trait implemented by puzzles to provide Year and Day.

year! implements this automatically.

Required Associated Constants§

Object Safety§

This trait is not object safe.

Implementors§