Analogous to [Option::take]
(&mut self)
| 80 | impl RelationStatus { |
| 81 | /// Analogous to [Option::take] |
| 82 | pub fn take_to_define(&mut self) -> RelationStatus { |
| 83 | std::mem::replace(self, RelationStatus::Defined) |
| 84 | } |
| 85 | } |
| 86 | |
| 87 | /// A relation which may have already been preprocessed. |
no outgoing calls
no test coverage detected