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
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.