Module wry::application::platform
source · [−]Expand description
Contains traits with platform-specific methods in them.
Contains the follow OS-specific modules:
android
ios
macos
unix
windows
And the following platform-specific module:
global_shortcut
(available onwindows
,unix
,macos
)run_return
(available onwindows
,unix
,macos
, andandroid
)
However only the module corresponding to the platform you’re compiling to will be available.