rerun::external::re_viewer_context

Trait BlueprintIdRegistry

Source
pub trait BlueprintIdRegistry {
    // Required methods
    fn registry_name() -> &'static str;
    fn registry_path() -> &'static EntityPath;
}

Required Methods§

Source

fn registry_name() -> &'static str

Source

fn registry_path() -> &'static EntityPath

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§