ΑZ
error: implementation of `DeserializeBorrowed` is not general enough
--> src\main.rs:33:50
|
33 | handle_path::<Bar, _, _>(todo!(), |bar: Bar| "()");
| ^^^^ implementation of `DeserializeBorrowed` is not general enough
|
= note: `Bar<'_>` must implement `DeserializeBorrowed<'_>`
= note: ...but `DeserializeBorrowed<'_>` is actually implemented for the type `Bar<'_>`

