(&mut self, value: bool)
| 110 | self |
| 111 | } |
| 112 | pub fn set_value_missing(&mut self, value: bool) -> &mut Self { |
| 113 | self.value_missing = value; |
| 114 | self |
| 115 | } |
| 116 | } |
| 117 | |
| 118 | // impl From<ValidityState> for ValidityStateJS { |
nothing calls this directly
no outgoing calls
no test coverage detected