Searched defs:AsTitleCase (Results 1 – 3 of 3) sorted by relevance
39 pub struct AsTitleCase<T: AsRef<str>>(pub T); struct41 impl<T: AsRef<str>> fmt::Display for AsTitleCase<T> { implementation
44 pub struct AsTitleCase<T: AsRef<str>>(pub T); struct46 impl<T: AsRef<str>> fmt::Display for AsTitleCase<T> { implementation