Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/camino/src/
Dlib.rs1108 pub fn components(&self) -> Utf8Components { in components()
1611 pub struct Utf8Components<'a>(Components<'a>); struct
1613 impl<'a> Utf8Components<'a> { impl
1636 impl<'a> Iterator for Utf8Components<'a> { implementation
1649 impl<'a> FusedIterator for Utf8Components<'a> {} implementation
1651 impl<'a> DoubleEndedIterator for Utf8Components<'a> { implementation
1662 impl<'a> fmt::Debug for Utf8Components<'a> { implementation
1668 impl AsRef<Utf8Path> for Utf8Components<'_> { implementation
1675 impl AsRef<Path> for Utf8Components<'_> { implementation
1682 impl AsRef<str> for Utf8Components<'_> { implementation
[all …]