Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular-rust/ux-components
/ create_element
Method
create_element
src/widgets/mod.rs:272–274 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
270
271
impl Widget for NoneWidget {
272
fn create_element(&self) -> Box<dyn Element> {
273
box NoneElement::default()
274
}
275
276
fn is_none(&self) -> bool {
277
true
Callers
15
run
Method · 0.45
new
Method · 0.45
new
Method · 0.45
new
Method · 0.45
new
Method · 0.45
new
Method · 0.45
new
Method · 0.45
new
Method · 0.45
new
Method · 0.45
new
Method · 0.45
new
Method · 0.45
new
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected