pub fn backend_name() -> Option<&'static str>Expand description
The compile-time target key of the running backend ("macos-appkit", "ios-uikit", …,
the Platform::TARGET string), recorded by launch_with. None before launch.
pub fn backend_name() -> Option<&'static str>The compile-time target key of the running backend ("macos-appkit", "ios-uikit", …,
the Platform::TARGET string), recorded by launch_with. None before launch.