Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular-rust/ux-components
/ as_ref
Method
as_ref
src/elements/dropdown_button.rs:159–161 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
157
158
impl AsRef<RefCell<WidgetComponent>> for DropdownButtonElement {
159
fn as_ref(&self) -> &RefCell<WidgetComponent> {
160
self.component.as_ref()
161
}
162
}
163
164
impl Element for DropdownButtonElement {
Callers
2
open_list
Method · 0.45
relayout
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected