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