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
It's my understanding that implementing Debug on structures is generally a Good Thing. Types provided by this library do not implement Debug. Is this by policy, or by omission?
(I tried some quick messing around with the s! macro and failed to persuade it to #[derive(Debug)]. But I suppose that this ought to be possible, if it is indeed desirable).