Path

Type Alias Path 

Source
pub type Path = Vec<String>;

Aliased Type§

pub struct Path { /* private fields */ }

Trait Implementations§

Source§

impl From<DefId> for Path

Available on non-crate feature extract_names_mode and crate feature rustc only.
Source§

fn from(v: DefId) -> Vec<String>

Converts to this type from the input type.