errors.fyi community error code reference
E0562
rust

impl Trait Outside Signature

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.

References

← all namespaces