Macro tusk_rs::local

source ·
macro_rules! local {
    ($name: literal) => { ... };
}
Expand description

A macro for creating a local field.

§Arguments

  • $name - The name of the field, as a &’static str.