()
| 58 | |
| 59 | impl Default for Desc { |
| 60 | fn default() -> Self { |
| 61 | Self { |
| 62 | end_x: None, |
| 63 | spacing_x: 40., |
| 64 | spacing_y: 40., |
| 65 | min_steps_x: 4., |
| 66 | min_steps_y: 4., |
| 67 | } |
| 68 | } |
| 69 | } |
| 70 | |
| 71 | pub(crate) trait ToF64 { |
nothing calls this directly
no outgoing calls
no test coverage detected