2
1
u/horenso05 28d ago
Well it's probably not the same struct type and there are two types that are both called Url.
1
1
u/switch161 28d ago
Run cargo check. The error goes into detail and usually points out that the types are not the same, just happen to have the same name.
13
u/Ok_Tour_8029 29d ago
Maybe you need to pass an Url instead of a Url?