pub trait JsonFieldName {
    fn escape_for_json(&self) -> String;
}

Required Methods

Implementations on Foreign Types

Implementors