| 125 | |
| 126 | #[derive(Deserialize)] |
| 127 | pub struct SerdePosition { |
| 128 | x: i32, |
| 129 | y: i32, |
| 130 | } |
| 131 | |
| 132 | impl Into<PhysicalPosition<i32>> for SerdePosition { |
| 133 | fn into(self) -> PhysicalPosition<i32> { |
nothing calls this directly
no outgoing calls
no test coverage detected