Trait PuzzleDate

Source
pub trait PuzzleDate {
    const DATE: Date;
}
Expand description

Common trait implemented by puzzles to provide the puzzle’s Date.

year! implements this automatically.

Required Associated Constants§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§