Home
last modified time | relevance | path

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

/third_party/rust/crates/heck/src/
H A Dshouty_kebab.rs25 AsShoutyKebabCase(self).to_string() in to_shouty_kebab_case()
34 /// use heck::AsShoutyKebabCase;
37 /// assert_eq!(format!("{}", AsShoutyKebabCase(sentence)), "WE-ARE-GOING-TO-INHERIT-THE-EARTH");
39 pub struct AsShoutyKebabCase<T: AsRef<str>>(pub T); structure names
41 impl<T: AsRef<str>> fmt::Display for AsShoutyKebabCase<T> {
H A Dlib.rs55 pub use shouty_kebab::{AsShoutyKebabCase, ToShoutyKebabCase};

Completed in 1 milliseconds