Macro bones_render::key
source · macro_rules! key {
($s:literal) => { ... };
}Expand description
Create a new const Key parsed at compile time.
macro_rules! key {
($s:literal) => { ... };
}Create a new const Key parsed at compile time.