Struct actix_connect::Resolver [−][src]
pub struct Resolver<T> { /* fields omitted */ }
Expand description
DNS Resolver Service
Implementations
Create new resolver instance with custom configuration and options.
Trait Implementations
type Error = ConnectError
type Error = ConnectError
Errors produced by the service.
The future response value.
Returns Ready
when the service is able to process requests. Read more
Process the request and return the response asynchronously. Read more
Map this service’s output to a different type, returning a new service of the resulting type. Read more
Auto Trait Implementations
impl<T> !RefUnwindSafe for Resolver<T>
impl<T> !UnwindSafe for Resolver<T>
Blanket Implementations
Mutably borrows from an owned value. Read more
Convert to a Service