pub type ExistenceCheckFn = Arc<dyn Fn(&str) -> BoxFuture<'static, bool> + Send + Sync>;
Type alias for existence check functions to reduce complexity
pub struct ExistenceCheckFn { /* private fields */ }