Define rectangle and circle struct
| 693 | |
| 694 | // Define rectangle and circle struct |
| 695 | struct Rectangle {length: f32, width: f32} |
| 696 | struct Circle {length: f32, width: f32} |
| 697 | |
| 698 | // Implement the trait for rectangle |
nothing calls this directly
no outgoing calls
no test coverage detected