Deserialize SurrealDB query with Rust
If you are new to SurrealDB and Rust you may be interested in how to get the data from a Response or even be trying to parse a ‘Value’. The Response struct The secret is to make a struct that will contain the keys (field names) that are present in the response. You don’t want […]