1 2 3 4 5 6 7
{% if mark %} // MARK: - Sendable conformance for {{ type_name }} ({{ mark }}) {% endif %} {% for comment in comments %} // {{ comment }} {% endfor %} extension RustBridge.{{ type_name }}: @unchecked Sendable {}