Login
From:
The Rust Programming Language Forum
(Uncensored)
subscribe
Deserialize raw ptr - The Rust Programming Language Forum
https://users.rust-lang.org/t/deserialize-raw-ptr/131830
links
backlinks
Roast topics
Find topics
Find it!
Hi, Is it possible by using serde/serde_json to deserialize struct that has raw ptr as a member? The deserialization should assign null to that member? Thank you