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
In #317, @agluszak made salsa structs automatically implement DebugWithDb, and leveraged the HasImpl check to make that work transparently even for fields that don't have DebugWIthDb impls.
We should let people do that for their own structs with #[derive(DebugWithDb)].