PathSyncSingleton

Type Alias PathSyncSingleton 

Source
pub type PathSyncSingleton = Arc<Mutex<PathSync>>;
Expand description

A thread safe singleton for PathSync

Aliased Typeยง

pub struct PathSyncSingleton { /* private fields */ }