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

Enum Platform

src/dev_server.rs:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53#[derive(Clone, Debug, Deserialize, Serialize, PartialEq)]
54pub enum Platform {
55 Desktop,
56 IOS,
57 Android,
58 Web,
59}
60
61#[derive(Clone, Debug)]
62pub struct BuildStatus {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected