Struct actix::actors::Resolve [] [src]

pub struct Resolve { /* fields omitted */ }

Methods

impl Resolve
[src]

[src]

[src]

Trait Implementations

impl Message for Resolve
[src]

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

impl Handler<Resolve> for Connector
[src]

The type of value that this handle will return

[src]

Method is called for every message received by this Actor

Auto Trait Implementations

impl Send for Resolve

impl Sync for Resolve