Home
last modified time | relevance | path

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

/third_party/rust/crates/heck/src/
Dshouty_kebab.rs25 AsShoutyKebabCase(self).to_string() in to_shouty_kebab_case()
39 pub struct AsShoutyKebabCase<T: AsRef<str>>(pub T); struct
41 impl<T: AsRef<str>> fmt::Display for AsShoutyKebabCase<T> { implementation
Dlib.rs55 pub use shouty_kebab::{AsShoutyKebabCase, ToShoutyKebabCase};