Returns the underlying component that will be instantiated.
(&self)
| 1105 | |
| 1106 | /// Returns the underlying component that will be instantiated. |
| 1107 | pub fn component(&self) -> &Component { |
| 1108 | &self.component |
| 1109 | } |
| 1110 | |
| 1111 | #[doc(hidden)] |
| 1112 | /// Returns the type at which the underlying component will be |
no outgoing calls
no test coverage detected