1 2 3 4
pub trait Clock { fn heartbeat() -> impl Future<Output = Option<()>>; fn recycle_ids() -> impl Future<Output = Option<()>>; }