Mark this instance as already having a valid specifier
(&self, state: ValidInstance, expected_specifier: &Rc<Specifier>)
| 221 | |
| 222 | /// Mark this instance as already having a valid specifier |
| 223 | pub fn mark_valid(&self, state: ValidInstance, expected_specifier: &Rc<Specifier>) -> &Self { |
| 224 | self.set_state(InstanceState::Valid(state), expected_specifier) |
| 225 | } |
| 226 | |
| 227 | /// Mark this instance as having something which doesn't look quite right, but |
| 228 | /// for the moment is not yet resulting in an issue |