Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular-rust/ux-components
/ node
Method
node
src/elements/list_view.rs:444–446 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
442
}
443
444
fn node(&self) -> Option<Node> {
445
Some(self.node)
446
}
447
448
fn relayout(&self, origin: Point2<f32>) {
449
let update_childs = match LayoutSystem::layout(self.node) {
Callers
1
new
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected