Type Alias Path

Source
pub type Path = Vec<String>;

Aliased Type§

pub struct Path { /* private fields */ }

Trait Implementations§

Source§

impl From<DefId> for Path

Source§

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

Converts to this type from the input type.