(&mut self)
| 2607 | } |
| 2608 | |
| 2609 | pub fn path_to_vec(&mut self) -> String { |
| 2610 | self.path_from_runtime_module(RuntimeItem::VecType, "Vec") |
| 2611 | } |
| 2612 | |
| 2613 | pub fn path_to_string(&mut self) -> String { |
| 2614 | self.path_from_runtime_module(RuntimeItem::StringType, "String") |
no test coverage detected