1 2 3
pub fn {{ getter_name }}(&self) -> {{ return_type }} { self.0.{{ name }}.map(|c| c.to_string()) }