Home
last modified time | relevance | path

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

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