MCPcopy Create free account
hub / github.com/angular-rust/ux-components / node

Method node

src/elements/column.rs:473–475  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

471 }
472
473 fn node(&self) -> Option<Node> {
474 Some(self.node)
475 }
476
477 fn relayout(&self, origin: Point2<f32>) {
478 let update_childs = match LayoutSystem::layout(self.node) {

Callers 1

newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected