1 2 3 4 5
//! Listen and react to time. pub use iced_core::time::{Duration, Instant}; #[allow(unused_imports)] pub use iced_futures::backend::default::time::*;