1 2 3
pub fn {{ getter_name }}(&self) -> {{ return_type }} { self.0.{{ name }}.as_ref().and_then(|v| serde_json::to_string(v).ok()) }