Searched refs:AsShoutyKebabCase (Results 1 – 2 of 2) sorted by relevance
25 AsShoutyKebabCase(self).to_string() in to_shouty_kebab_case()39 pub struct AsShoutyKebabCase<T: AsRef<str>>(pub T); struct41 impl<T: AsRef<str>> fmt::Display for AsShoutyKebabCase<T> { implementation
55 pub use shouty_kebab::{AsShoutyKebabCase, ToShoutyKebabCase};