1 2 3
pub fn {{ getter_name }}(&self) -> {{ return_type }} { serde_json::to_string(&self.0.{{ name }}).expect("serializable {{ name }}") }