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

Method node

src/elements/positioned.rs:440–442  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

438 }
439
440 fn node(&self) -> Option<Node> {
441 Some(self.node)
442 }
443
444 fn relayout(&self, origin: Point2<f32>) {
445 let update_childs = match LayoutSystem::layout(self.node) {

Callers 1

newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected