Searched refs:RustPath (Results 1 – 1 of 1) sorted by relevance
66 pub fn into_path(self) -> RustPath { in into_path() argument67 RustPath { in into_path()127 pub(crate) struct RustPath { struct153 impl RustPath { impl177 pub fn to_reverse(&self) -> RustPath { in to_reverse() argument179 RustPath { in to_reverse()190 pub fn append(self, path: RustPath) -> RustPath { in append() argument194 RustPath { in append()201 pub fn append_ident(mut self, ident: RustIdent) -> RustPath { in append_ident() argument211 impl From<&'_ str> for RustPath { implementation[all …]