Home
last modified time | relevance | path

Searched defs:Utf8Components (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/camino/src/
Dlib.rs1073 pub fn components(&self) -> Utf8Components { in components()
1563 pub struct Utf8Components<'a>(Components<'a>); struct
1565 impl<'a> Utf8Components<'a> { impl
1587 impl<'a> Iterator for Utf8Components<'a> { implementation
1599 impl<'a> FusedIterator for Utf8Components<'a> {} implementation
1601 impl<'a> DoubleEndedIterator for Utf8Components<'a> { implementation
1611 impl<'a> fmt::Debug for Utf8Components<'a> { implementation
1617 impl AsRef<Utf8Path> for Utf8Components<'_> { implementation
1623 impl AsRef<Path> for Utf8Components<'_> { implementation
1629 impl AsRef<str> for Utf8Components<'_> { implementation
[all …]