```objc if (@available(macOS 10.15, *)){ /// whatever } ``` How would I do this in rust?
How would I do this in rust?