macro_rules! instant_property_name {
() => { ... };
($lit:literal) => { ... };
}
Expand description
Constructs an InstantPropertyName
to use while recording Instants.
macro_rules! instant_property_name {
() => { ... };
($lit:literal) => { ... };
}
Constructs an InstantPropertyName
to use while recording Instants.