(&mut self)
| 2611 | } |
| 2612 | |
| 2613 | pub fn path_to_string(&mut self) -> String { |
| 2614 | self.path_from_runtime_module(RuntimeItem::StringType, "String") |
| 2615 | } |
| 2616 | |
| 2617 | pub fn path_to_box(&mut self) -> String { |
| 2618 | self.path_from_runtime_module(RuntimeItem::BoxType, "Box") |
no test coverage detected