5 lines
151 B
Rust
5 lines
151 B
Rust
//! Listen and react to time.
|
|
pub use iced_core::time::{Duration, Instant};
|
|
|
|
#[allow(unused_imports)]
|
|
pub use iced_futures::backend::default::time::*;
|