Macro re_log_types::entity_path_vec
source · macro_rules! entity_path_vec { () => { ... }; ($($part: expr),* $(,)?) => { ... }; }
Expand description
Build a Vec<EntityPathPart>
:
let parts: Vec<EntityPathPart> = entity_path_vec!("foo", 42, "my image!");