Returns the module name that this import is expected to come from.
(&self)
| 3566 | |
| 3567 | /// Returns the module name that this import is expected to come from. |
| 3568 | pub fn module(&self) -> &'module str { |
| 3569 | self.module |
| 3570 | } |
| 3571 | |
| 3572 | /// Returns the field name of the module that this import is expected to |
| 3573 | /// come from. |