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

Method as_ref

src/elements/navigation_toolbar.rs:412–414  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

410
411impl AsRef<RefCell<WidgetComponent>> for NavigationToolbarElement {
412 fn as_ref(&self) -> &RefCell<WidgetComponent> {
413 self.component.as_ref()
414 }
415}
416
417// Overrides from WidgetComponent

Callers 2

bring_to_frontMethod · 0.45
relayoutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected