Type Alias GetElementErrorFn

Source
pub type GetElementErrorFn = dyn Fn(Option<String>, Element) -> QueryError + Send + Sync;