from_graph_value

Function from_graph_value 

Source
pub fn from_graph_value<T: FromGraphValue>(value: GraphValue) -> RedisResult<T>
Expand description

Shorthand for FromGraphValue::from_graph_value(value)