[][src]Macro rxrust::interval_at

macro_rules! interval_at {
    ($at: expr, $dur: expr) => { ... };
}

Creates a observable which will fire at the time specified by at, and then will repeat every dur interval after