Returns a reference to the component type information for this instance.
(&self)
| 808 | /// Returns a reference to the component type information for this |
| 809 | /// instance. |
| 810 | pub fn component(&self) -> &Component { |
| 811 | &self.component |
| 812 | } |
| 813 | |
| 814 | /// Same as [`Self::component`] but additionally returns the |
| 815 | /// `Pin<&mut Self>` with the same original lifetime. |