Struct std::fs::Path

struct Path { ... }

A filesystem path

This is a non-owning variant (a view). For the owned path buffer, see PathBuf.

Example

Fields

Methods

impl Path { ... }

Mixins

impl Path { ... }