PathBuf

Type Alias PathBuf 

Source
pub type PathBuf = Utf8PathBuf<Utf8WindowsEncoding>;
Expand description

Represents a Windows-specific Utf8PathBuf

Aliased Typeยง

pub struct PathBuf { /* private fields */ }