How to convert mongodb::Bson::Document to byte array (Vec) in Rust

前端 未结 0 1375
天涯浪人
天涯浪人 2021-02-03 15:01

Im trying to send Bson Objects via Websocktes between c# and rust using this code to convert byte[] into mongodb::bson::Document in Rust.

if msg.is_binary() {
            


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