Trait rerun::external::re_viewer_context::BlueprintIdRegistry
source · pub trait BlueprintIdRegistry {
// Required methods
fn registry_name() -> &'static str;
fn registry_path() -> &'static EntityPath;
}
Required Methods§
fn registry_name() -> &'static str
fn registry_path() -> &'static EntityPath
Object Safety§
This trait is not object safe.