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

Function nested

examples/tutorial/src/bin/intro-nested-components.rs:4–6  ·  view source on GitHub ↗

component is just a normal function

()

Source from the content-addressed store, hash-verified

2
3// component is just a normal function
4fn nested() -> P {
5 p("This is another paragraph.")
6}
7
8fn nested_components() -> Html {
9 html((

Callers 1

nested_componentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected