MCPcopy 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
271impl 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

runMethod · 0.45
newMethod · 0.45
newMethod · 0.45
newMethod · 0.45
newMethod · 0.45
newMethod · 0.45
newMethod · 0.45
newMethod · 0.45
newMethod · 0.45
newMethod · 0.45
newMethod · 0.45
newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected