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

Method create_state

src/widgets/navigator.rs:35–37  ·  view source on GitHub ↗

self methods Creates the mutable state for this widget at a given location in the tree.

(&self)

Source from the content-addressed store, hash-verified

33 // self methods
34 // Creates the mutable state for this widget at a given location in the tree.
35 pub fn create_state(&self) -> NavigatorState {
36 todo!()
37 }
38
39 // static methods
40

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected