Home
last modified time | relevance | path

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

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