Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
use super::Platform;
3
4
pub struct DesktopPlatform {
5
rust_ui: RustUI,
6
}
7
8
impl 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