1 2 3
public func {{ function_name }}(_ json: String) throws -> {{ type_name }} { return try RustBridge.{{ function_name }}(json) }