Macro tauri_utils::consume_unused_variable
source ยท macro_rules! consume_unused_variable { ($($arg:expr),*) => { ... }; }
Expand description
Suppresses the unused-variable warnings of the given inputs.
This does not move any values. Instead, it just suppresses the warning by taking a reference to the value.