Struct actix_redis::Command
[−]
[src]
pub struct Command(pub RespValue);
Trait Implementations
impl ResponseType for Command
[src]
type Item = RespValue
The type of value that this message will resolved with if it is successful.
type Error = Error
The type of error that this message will resolve with if it fails in a normal fashion.