Type Definition redis_module::RedisResult
source · pub type RedisResult = Result<RedisValue, RedisError>;
Trait Implementations§
source§impl From<RedisError> for RedisResult
impl From<RedisError> for RedisResult
source§fn from(v: RedisError) -> Self
fn from(v: RedisError) -> Self
Converts to this type from the input type.
source§impl From<RedisValue> for RedisResult
impl From<RedisValue> for RedisResult
source§fn from(v: RedisValue) -> Self
fn from(v: RedisValue) -> Self
Converts to this type from the input type.