PathBufRef

Type Alias PathBufRef 

Source
pub type PathBufRef = Arc<Mutex<PathBuf>>;
Expand description

Common reference type for PathBuf.

Aliased Typeยง

pub struct PathBufRef { /* private fields */ }