Steven Liebregt
Results
3
comments of
Steven Liebregt
Yeah, but that means that anywhere I'd like to use my query I'd have to add a default value. I'd like for that to be possible on a slightly higher...
This would be really nice to have
I have the same issue, specifically when deriving `Encode` on a struct that has a `Vec` with `&'a str` items. Minimal reproducible example that does not compile using RC-3: ```rust...