-1

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)

Meas
  • 192
  • 1
  • 2
  • 19

1 Answers1

0

I fixed with import tarantool::decimal::Decimal; the crate Rust tarantool runtime Just make Rust struct field as type Decimal from above crate it done

Meas
  • 192
  • 1
  • 2
  • 19