pub type PathBufRef = Arc<Mutex<PathBuf>>;
Common reference type for PathBuf.
pub struct PathBufRef { /* private fields */ }