| 20 | struct CollegeStudent(String); |
| 21 | struct RustProgrammer(String); |
| 22 | struct ArtificialProgrammer(String); |
| 23 | struct SuperCompSciStudent(String); |
| 24 | |
| 25 | impl Person for StreetPerson {} |
nothing calls this directly
no outgoing calls
no test coverage detected