Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/camino/src/
Dlib.rs2062 pub struct Utf8PrefixComponent<'a>(PrefixComponent<'a>); struct
2064 impl<'a> Utf8PrefixComponent<'a> { implementation
2108 impl<'a> fmt::Debug for Utf8PrefixComponent<'a> { implementation
2114 impl<'a> fmt::Display for Utf8PrefixComponent<'a> { implementation