With Rust select space contain field type decimal how to deserialize?
I am using alopecosa crate select working fine primative type like boolean, string, number expect some new type like decimal need manual deserialize
Type I want Decimal (rust_decimal crate)
How to deserialize Decimal of Tarantool 2.10+ response in Rust?
55 views Asked by Meas At
1
I fixed with import
tarantool::decimal::Decimal;the crate Rust tarantool runtime Just make Rust struct field as typeDecimalfrom above crate it done