Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
impl 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
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected