Macro stylecs::static_name

source ·
macro_rules! static_name {
    ($private_name:expr) => { ... };
    ($authority:expr, $name:expr) => { ... };
}
Expand description

Returns a StaticName, which allows for a name to be defined statically.

This allows a minor optimization such that Identifiers created always exist.