poke with a stick
Some checks are pending
/ build (push) Waiting to run

This commit is contained in:
🪞👃🪞 2025-05-12 21:37:45 +03:00
parent 57102d7e6b
commit b0ef0cfd21
6 changed files with 197 additions and 188 deletions

View file

@ -1,5 +1,6 @@
mod clock_api; pub use self::clock_api::*;
mod clock_model; pub use self::clock_model::*;
mod clock_view; pub use self::clock_view::*;
pub trait HasClock: Send + Sync {
fn clock (&self) -> &Clock;