Home
last modified time | relevance | path

Searched refs:AsTrainCase (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/heck/src/
H A Dtrain.rs25 AsTrainCase(self).to_string() in to_train_case()
34 /// use heck::AsTrainCase;
37 /// assert_eq!(format!("{}", AsTrainCase(sentence)), "We-Are-Going-To-Inherit-The-Earth");
39 pub struct AsTrainCase<T: AsRef<str>>(pub T); structure names
41 impl<T: AsRef<str>> fmt::Display for AsTrainCase<T> {
H A Dlib.rs61 pub use train::{AsTrainCase, ToTrainCase};

Completed in 1 milliseconds