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
sourcefn to_snek_case(&self) -> Self::Owned
fn to_snek_case(&self) -> Self::Owned
Convert this type to snek case.