pub fn from_redis_value_ref<T: FromRedisValue>(
v: &Value,
) -> Result<T, ParsingError>Expand description
A shortcut function to invoke FromRedisValue::from_redis_value_ref
to make the API slightly nicer.
pub fn from_redis_value_ref<T: FromRedisValue>(
v: &Value,
) -> Result<T, ParsingError>A shortcut function to invoke FromRedisValue::from_redis_value_ref
to make the API slightly nicer.