pub fn decode<T: DeserializeOwned>(value: Value) -> Result<T>
Expand description

Takes any type which is deserializable from rpc::Value and such a value and yields the deserialized value