MCPcopy Create free account
hub / github.com/algoscienceacademy/RustUI / DesktopPlatform

Class DesktopPlatform

src/platform/desktop.rs:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2use super::Platform;
3
4pub struct DesktopPlatform {
5 rust_ui: RustUI,
6}
7
8impl Platform for DesktopPlatform {
9 fn init(rust_native: RustUI) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected