(&self)
| 3319 | pub const VM_SNAPSHOT_ID: &str = "vm"; |
| 3320 | impl Snapshottable for Vm { |
| 3321 | fn id(&self) -> String { |
| 3322 | VM_SNAPSHOT_ID.to_string() |
| 3323 | } |
| 3324 | |
| 3325 | fn snapshot(&mut self) -> std::result::Result<Snapshot, MigratableError> { |
| 3326 | event!("vm", "snapshotting"); |
no outgoing calls