Skip to main content

placeholder_tool

Macro placeholder_tool 

Source
macro_rules! placeholder_tool {
    ($struct_name:ident) => { ... };
}
Expand description

Macro to create a simple placeholder tool struct with Default trait Usage: placeholder_tool!(MonitorTool); This creates: struct MonitorTool, impl with new() -> Self, impl Default