Trait heck::SnekCase [−][src]
pub trait SnekCase: ToOwned { fn to_snek_case(&self) -> Self::Owned; }
Expand description
Oh heck, SnekCase is an alias for SnakeCase. See SnakeCase for more documentation.
Required methods
fn to_snek_case(&self) -> Self::Owned
fn to_snek_case(&self) -> Self::Owned
Convert this type to snek case.