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

Method as_ref

src/elements/window.rs:333–335  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

331
332impl AsRef<RefCell<WidgetComponent>> for WindowElement {
333 fn as_ref(&self) -> &RefCell<WidgetComponent> {
334 self.component.as_ref()
335 }
336}
337
338impl Element for WindowElement {

Callers 4

on_resize_upMethod · 0.45
on_resize_downMethod · 0.45
mousedownMethod · 0.45
relayoutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected