Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
fn nested() -> P {
5
p(
"This is another paragraph."
)
6
}
7
8
fn nested_components() -> Html {
9
html((
Callers
1
nested_components
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected