what is that Convert::TF thing? is it a deserializer function? in that case, you probably want #[serde(deserialize_with = "Convert::TF")], the #[serde(rename)] attribute is to rename the fields, but in your code, "Convert::TF" is not a valid field name