pub fn from_owned_redis_value<T: FromRedisValue>(v: Value) -> RedisResult<T>
Expand description
A shortcut function to invoke FromRedisValue::from_owned_redis_value
to make the API slightly nicer.
pub fn from_owned_redis_value<T: FromRedisValue>(v: Value) -> RedisResult<T>
A shortcut function to invoke FromRedisValue::from_owned_redis_value
to make the API slightly nicer.