pub type OperatorMap = Arc<BTreeMap<String, PathBuf>>;
A map from operator names to their binary paths.
struct OperatorMap { /* private fields */ }