MCPcopy Create free account
hub / github.com/PrivateRookie/rtml / User

Class User

examples/tutorial/src/lib.rs:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 tracing_wasm::set_as_global_default();
53
54 struct User {
55 logged_in: bool,
56 }
57
58 let user = User { logged_in: false }.reactive();
59

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected