Returns the value of the `extra_float_digits` configuration parameter.
(&self)
| 779 | |
| 780 | /// Returns the value of the `extra_float_digits` configuration parameter. |
| 781 | pub fn extra_float_digits(&self) -> i32 { |
| 782 | *self.expect_value(&EXTRA_FLOAT_DIGITS) |
| 783 | } |
| 784 | |
| 785 | /// Returns the value of the `integer_datetimes` configuration parameter. |
| 786 | pub fn integer_datetimes(&self) -> bool { |
nothing calls this directly
no test coverage detected