MCPcopy Create free account
hub / github.com/audulus/rui / zstack

Function zstack

src/views/stack.rs:350–352  ·  view source on GitHub ↗

Stack of up to 128 overlaid Views in a tuple. Each item can be a different view type.

(children: VT)

Source from the content-addressed store, hash-verified

348
349/// Stack of up to 128 overlaid Views in a tuple. Each item can be a different view type.
350pub fn zstack<VT: ViewTuple + 'static>(children: VT) -> Stack<VT, ZDirection> {
351 Stack::<VT, ZDirection>::new(children)
352}

Callers 7

knobFunction · 0.85
toggle_with_configFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
showMethod · 0.85
display_valueMethod · 0.85
button_viewMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected