pub fn rename_for(wire: &str, ident: &RustIdent) -> Option<String>
Compute the serde rename value for a member, given its wire name and the chosen Rust identifier. Returns None when no rename attribute is needed.
rename
None