Elapsed time since migration started.
(&self)
| 213 | |
| 214 | /// Elapsed time since migration started. |
| 215 | pub fn elapsed(&self) -> Option<std::time::Duration> { |
| 216 | self.started_at.map(|s| s.elapsed()) |
| 217 | } |
| 218 | |
| 219 | pub fn vshard_id(&self) -> u32 { |
| 220 | self.vshard_id |
no outgoing calls