pub trait SetMockTime {
    fn set_mock_time(&mut self, time: i64);
}

Required Methods§

| Set mock time. |

Implementors§