Macro tusk_rs::local_as

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

A macro for creating a local field with an alias.

§Arguments

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