A slice of a path
| 297 | |
| 298 | /// A slice of a path |
| 299 | pub struct Path { |
| 300 | inner: OsStr, |
| 301 | } |
| 302 | |
| 303 | impl Path { |
| 304 | // The following (private!) function allows construction of a path from a u8 |
nothing calls this directly
no outgoing calls
no test coverage detected