Path

Trait Path 

Source
pub trait Path {
    const PATH: &'static str;
}
Expand description

Path

any node created via a macro has a Path ie. design::game::rarity::Rarity

Required Associated Constants§

Source

const PATH: &'static str

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§