tokio-postgres converting postgres json columns to rust struct

后端 未结 0 2063
遇见更好的自我
遇见更好的自我 2020-12-14 14:15

Rust newby here. How do I convert Postgres JSON column to rust struct?

Cargo.toml

[dependencies]
...
serde_derive = "1.0.117"         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题