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