# skip_interval
```rust
let _: tokio::time::Interval = skip_interval::from_millis(200);
```
Never type `tokio::time::MissedTickBehavior::Skip` again.