MCPcopy Create free account
hub / github.com/angular-rust/ux-components / init

Function init

src/rendering/backend/native/rt.rs:68–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66}
67
68pub fn init() {
69 assert_not_initialized!();
70 // unsafe {
71 // ffi::clutter_init(ptr::null_mut(), ptr::null_mut());
72 // set_initialized();
73 // }
74 unimplemented!()
75}
76
77pub fn run() {
78 // assert_initialized_main_thread!();

Callers 1

runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected