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

Object Safety§

This trait is not object safe.

Implementors§