| 29 | |
| 30 | #[derive(Debug, Clone, ValueEnum)] |
| 31 | enum CliSnappingStrategy { |
| 32 | ClosestPoint, |
| 33 | RegularGrid, |
| 34 | } |
| 35 | |
| 36 | impl std::fmt::Display for CliSnappingStrategy { |
| 37 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { |
nothing calls this directly
no outgoing calls
no test coverage detected