We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e45f0 commit 5bf2cc0Copy full SHA for 5bf2cc0
src/trait_.rs
@@ -71,6 +71,7 @@ pub enum Trait {
71
ZeroizeOnDrop,
72
}
73
74
+/// Call a function on the corresponding trait struct matching the trait enum variant.
75
macro_rules! trait_dispatch {
76
($self:expr, $method:ident($($par:expr),*)) => {
77
match $self {
0 commit comments