1 2 3 4 5
extern "Rust" { type {{ service_name }}; #[swift_bridge(swift_name = "{{ config_camel }}")] fn {{ config_name }}(&mut self); }