Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/heck-0.4.1/src/
H A Dtitle.rs39 pub struct AsTitleCase<T: AsRef<str>>(pub T); struct
41 impl<T: AsRef<str>> fmt::Display for AsTitleCase<T> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/heck/src/
Dtitle.rs39 pub struct AsTitleCase<T: AsRef<str>>(pub T); struct
41 impl<T: AsRef<str>> fmt::Display for AsTitleCase<T> { implementation