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

Method init

src/platform/desktop.rs:9–11  ·  view source on GitHub ↗
(rust_native: RustUI)

Source from the content-addressed store, hash-verified

7
8impl Platform for DesktopPlatform {
9 fn init(rust_native: RustUI) -> Self {
10 Self { rust_ui: rust_native }
11 }
12
13 fn run<F>(self, app: F)
14 where

Callers 1

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected