pub type LoaderInputFn = Arc<dyn Fn(&HashMap<String, String>) -> Value + Send + Sync>;
pub struct LoaderInputFn { /* private fields */ }