(&mut self, value: bool)
| 74 | } |
| 75 | |
| 76 | pub fn set_bad_input(&mut self, value: bool) -> &mut Self { |
| 77 | self.bad_input = value; |
| 78 | self |
| 79 | } |
| 80 | pub fn set_custom_error(&mut self, value: bool) -> &mut Self { |
| 81 | self.custom_error = value; |
| 82 | self |
nothing calls this directly
no outgoing calls
no test coverage detected