json icon indicating copy to clipboard operation
json copied to clipboard

Document how to deserialize from a borrowed &Value

Open dtolnay opened this issue 7 years ago • 0 comments

This page should additionally show an example of deserializing from &Value.

let u = User::deserialize(&j)?;

dtolnay avatar Feb 17 '18 18:02 dtolnay