macro_rules! source_location {
() => { ... };
}Expand description
New SourceLocation that represents the location you call this macro.
This value is used by widget info to mark the property and when block declaration source code.
macro_rules! source_location {
() => { ... };
} New SourceLocation that represents the location you call this macro.
This value is used by widget info to mark the property and when block declaration source code.