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

Method as_ref

src/elements/scaffold.rs:343–345  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

341
342impl AsRef<RefCell<WidgetComponent>> for ScaffoldElement {
343 fn as_ref(&self) -> &RefCell<WidgetComponent> {
344 self.component.as_ref()
345 }
346}
347
348// Overrides from WidgetComponent

Callers 4

bring_to_frontMethod · 0.45
set_sizeMethod · 0.45
relayoutMethod · 0.45
renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected