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

Method node

src/elements/custom_scroll_view.rs:474–476  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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

Callers 1

newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected