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[src]

Convert this type to snek case.

Implementors

impl<T: ?Sized + SnakeCase> SnekCase for T[src]

fn to_snek_case(&self) -> Self::Owned[src]