Module tao::platform[][src]

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 on windows, unix, macos)
  • run_return (available on windows, unix, macos, and android)

However only the module corresponding to the platform you’re compiling to will be available.

Modules

global_shortcut

UNSTABLE – The GlobalShortcut struct and associated types.

unix