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

Class IosPlatform

src/platform/ios.rs:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4use crate::{Application, RustUI};
5
6pub struct IosPlatform {
7 device: Device,
8 rust_ui: RustUI,
9}
10
11impl Platform for IosPlatform {
12 fn init(rust_ui: RustUI) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected