Trait actix::prelude::Message[][src]

pub trait Message {
    type Result: 'static;
}

Message type

Associated Types

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

Implementors