1 2 3 4 5
use std::path::PathBuf; pub fn default_socket_path() -> PathBuf { taskers_paths::default_socket_path() }