Skip to main content

backend_error

Function backend_error 

Source
fn backend_error<E>(op: &'static str) -> impl FnOnce(E) -> ResolverError
where E: Error + Send + Sync + 'static,