ExistenceCheckFn

Type Alias ExistenceCheckFn 

Source
pub type ExistenceCheckFn = Arc<dyn Fn(&str) -> BoxFuture<'static, bool> + Send + Sync>;
Expand description

Type alias for existence check functions to reduce complexity

Aliased Typeยง

pub struct ExistenceCheckFn { /* private fields */ }