heck

Trait ShoutySnekCase

Source
pub trait ShoutySnekCase: ToOwned {
    // Required method
    fn TO_SHOUTY_SNEK_CASE(&self) -> Self::Owned;
}
Expand description

Oh heck, ShoutySnekCase is an alias for ShoutySnakeCase. See ShoutySnakeCase for more documentation.

Required Methods§

Source

fn TO_SHOUTY_SNEK_CASE(&self) -> Self::Owned

CONVERT THIS TYPE TO SNEK CASE.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§