You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'm developing a Rust application using stargate-grpc-rust to connect to astra db. When issuing query one of my result set columns is of blobl type in astradb. how can I transform my ResultSet into rust specific struct.
Here is my struct:
structlocation{city:String,longitude:f32,latitude:f32,name:String,image:Blob <-- how to get this?
}
The text was updated successfully, but these errors were encountered:
Hi. I'm developing a Rust application using
stargate-grpc-rust
to connect toastra db
. When issuing query one of my result set columns is ofblobl
type in astradb. how can I transform myResultSet
into rust specific struct.Here is my struct:
The text was updated successfully, but these errors were encountered: