The impl Trait syntax was used outside of a function argument or return-type position. This syntax is only valid in function signatures, not in variable declarations or other item positions.
E0562
rust The impl Trait syntax was used outside of a function argument or return-type position. This syntax is only valid in function signatures, not in variable declarations or other item positions.