(&self, struct_name: &str)
| 1665 | fn module(&self) -> &str; |
| 1666 | fn short_module(&self) -> &str; |
| 1667 | fn origin(&self) -> &str; |
| 1668 | } |
| 1669 | |
| 1670 | impl ScriptTypeDef for ScriptStruct { |
| 1671 | fn name(&self) -> &str { |
| 1672 | &self.name |
| 1673 | } |
| 1674 | |
| 1675 | fn module(&self) -> &str { |
no test coverage detected