Error code E0667
impl Trait
is not allowed in path parameters.
Erroneous code example:
ⓘ
You cannot use impl Trait
in path parameters. If you want something
equivalent, you can do this instead:
impl Trait
is not allowed in path parameters.
Erroneous code example:
ⓘ
You cannot use impl Trait
in path parameters. If you want something
equivalent, you can do this instead: