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
Instead of writing #[derive(Clone, Debug)] can we do something like #Clone#Debug. Modern syntax for modern programming language. Right now #[derive(Clone, Debug)] is too verbal.