(&mut self, fallback_driver_from_cache: bool)
| 1688 | } |
| 1689 | |
| 1690 | fn set_fallback_driver_from_cache(&mut self, fallback_driver_from_cache: bool) { |
| 1691 | self.get_config_mut().fallback_driver_from_cache = fallback_driver_from_cache; |
| 1692 | } |
| 1693 | } |
| 1694 | |
| 1695 | // ---------------------------------------------------------- |
no test coverage detected