MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / Path

Class Path

euralios_std/src/path.rs:299–301  ·  view source on GitHub ↗

A slice of a path

Source from the content-addressed store, hash-verified

297
298/// A slice of a path
299pub struct Path {
300 inner: OsStr,
301}
302
303impl Path {
304 // The following (private!) function allows construction of a path from a u8

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected