(&mut self, version: u32)
| 83 | } |
| 84 | |
| 85 | pub fn set_current_policy_version(&mut self, version: u32) { |
| 86 | self.status |
| 87 | .get_or_insert_with(SandboxStatus::default) |
| 88 | .current_policy_version = version; |
| 89 | } |
| 90 | } |
| 91 | |
| 92 | // Implementations for Provider |
no outgoing calls