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 78b31d0 commit 5a28c7bCopy full SHA for 5a28c7b
src/components/mod.rs
@@ -19,6 +19,8 @@ pub use help::HelpComponent;
19
pub use msg::MsgComponent;
20
pub use reset::ResetComponent;
21
22
+/// creates accessors for a list of components
23
+///
24
/// allows generating code to make sure
25
/// we always enumerate all components in both getter functions
26
#[macro_export]
0 commit comments