pub trait StringExt {
    fn escaped_snake_case(&self) -> String;
}

Required Methods

Converts a string slice into an escaped String

Implementations on Foreign Types

Implementors