pub trait SleepExt {
    // Required method
    fn sleep_sync(&self);
}

Required Methods§

Implementations on Foreign Types§

source§

impl SleepExt for Duration

Implementors§