Type Alias typed_path::NativePathBuf

source ·
pub type NativePathBuf = UnixPathBuf;
Expand description

PathBuf that is native to the platform during compilation

Aliased Type§

struct NativePathBuf { /* private fields */ }