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

Method set

src/foundation/material_application_host.rs:46–50  ·  view source on GitHub ↗
(&mut self, param: Box<dyn Element>)

Source from the content-addressed store, hash-verified

44
45impl<T> SetterMut<Box<dyn Element>> for MaterialApplicationHost<T> {
46 fn set(&mut self, param: Box<dyn Element>) -> &mut Self {
47 // log::info!("Host Set root");
48 self.root = param;
49 self
50 }
51}
52
53impl<T> Context for MaterialApplicationHost<T> {

Callers 2

runMethod · 0.80
set_initializedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected