1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-09-01 02:36:59 +02:00

derive Debug for connector/resolver error

This commit is contained in:
Nikolay Kim
2018-09-10 20:02:55 -07:00
parent d8ed9ae43a
commit 56b31960f1
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ use trust_dns_resolver::{AsyncResolver, Background};
use super::Service;
#[derive(Debug)]
pub enum ResolverError {
Resolve(ResolveError),
InvalidInput,