Type Definition redis_module::RedisResult

source ·
pub type RedisResult = Result<RedisValue, RedisError>;

Trait Implementations§

source§

impl From<RedisError> for RedisResult

source§

fn from(v: RedisError) -> Self

Converts to this type from the input type.
source§

impl From<RedisValue> for RedisResult

source§

fn from(v: RedisValue) -> Self

Converts to this type from the input type.