Struct actix::actors::dns::GetAddressInfo [] [src]

pub struct GetAddressInfo { /* fields omitted */ }

Request address info lookup message

Methods

impl GetAddressInfo
[src]

[src]

Trait Implementations

impl ResponseType for GetAddressInfo
[src]

The type of value that this message will resolved with if it is successful.

The type of error that this message will resolve with if it fails in a normal fashion.