1use tokio::time::Instant; 2 3impl crate::Instant for Instant { 4 fn now() -> Self { 5 Instant::now() 6 } 7}