Skip to main content

Path

Type Alias Path 

Source
pub type Path = Vec<String>;
Expand description

A path to a type (e.g., ["utils", "math", "Vector3"] for utils::math::Vector3).

Aliased Typeยง

pub struct Path { /* private fields */ }