You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously when I used cornucopia I was able to implement traits such as From<DbMyType> for MyType. This is no longer possible and I had to resort to using functions such as from_db(dbmytype: DbMyType) -> MyType.
Is it somehow possible to get this back for clorinde?
Is there some other way than to move the clorinde folder into the main crate (and making necessary changes)?
The text was updated successfully, but these errors were encountered:
Previously when I used cornucopia I was able to implement traits such as
From<DbMyType> for MyType
. This is no longer possible and I had to resort to using functions such asfrom_db(dbmytype: DbMyType) -> MyType
.Is it somehow possible to get this back for clorinde?
Is there some other way than to move the
clorinde
folder into the main crate (and making necessary changes)?The text was updated successfully, but these errors were encountered: