pub fn load_user_beholders(dir: &Path) -> Vec<Box<dyn BeholderFactory>>Expand description
Load all user-defined beholder factories from *.toml files in dir.
Missing or unreadable directories return an empty list. Files that fail to parse or compile are skipped with a warning on stderr.