Type Alias typed_path::WindowsPath

source ·
pub type WindowsPath = Path<WindowsEncoding>;
Expand description

Represents a Windows-specific Path

Aliased Type§

struct WindowsPath { /* private fields */ }

Implementations§