__dil__
__dil__
While the suggestion is interesting, it hasn't been implemented because there is no way for Cornucopia to tell what `MyDateTime` is or how it should convert a `OffsetDateTime` into a...
@cyannuk Do you still need help with this issue? I don't want to close the issue since I think the idea is interesting, but I might move it to the...
I think GATs also stabilize async in traits? That way we could remove our dependency on `async_trait` A lot of improvements!
There seems to be some uncertainty about the stabilization. I really hope it goes through :sweat_smile: .
:tada: GATs have been merged :) Barring some further issues, I think that means we can expect them on stable in about 3 months or so.
I will have more time to work on this issue starting next Monday. In the meantime, thanks a lot for laying this groundwork, I appreciate the effort!
A macro could work fine, but I don't think reordering is possible using only declarative macros. I looked at a tentative approach documented [here](https://github.com/Yoric/named-args.rs/blob/master/src/lib.rs). It's quite hacky and uses the...
Are we still keeping the type annotation syntax for parameters? The "type annotation" nomenclature wouldn't really make sense (since there's no actual rust type for the params anymore), but it...
Oh! I was able to remove the generic bound from `ArraySql` by using an associated item : ```rust pub trait ArraySql: std::fmt::Debug + ToSql + Sync { type Item; fn...
This is the commit I added https://github.com/LouisGariepy/cornucopia/commit/01f018edf0ef49fe15d15634f0e60644d291a656