pub type Path = Vec<String>;
A path to a type (e.g., ["utils", "math", "Vector3"] for utils::math::Vector3).
["utils", "math", "Vector3"]
utils::math::Vector3
pub struct Path { /* private fields */ }