Function from_str

Source
pub fn from_str<T>(value: &Value) -> Result<T, Error>
where T: FromStr, Error: From<<T as FromStr>::Err>,
Expand description

Parse value from redis::Value::Data