Replies: 2 comments
-
|
It's hard to check. And actually not all functions should be overridden. It depends.🤔 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Trait functions are intentionally designed to have default implementations. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a tool which can check all the trait functions are overwritten by a struct?
e.g. For the
TracingLayer, all the functions inLayeredAccessorshould be handled.Beta Was this translation helpful? Give feedback.
All reactions