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/align.rs:244–246 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
242
243
impl AsRef<RefCell<WidgetComponent>> for AlignElement {
244
fn as_ref(&self) -> &RefCell<WidgetComponent> {
245
self.component.as_ref()
246
}
247
}
248
249
// Overrides from WidgetComponent
Callers
3
bring_to_front
Method · 0.45
apply_depth
Method · 0.45
relayout
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected