A serializable structure that will produce a sequence of diff commands when serialized. You can pass this to a serializer, or use the convenience method `diff` to pass your serializer along with old/new values to use when serializing the diff. # Examples ```rust use serde_diff::{SerdeDiff, Diff}; use serde::{Serialize, Deserialize}; #[derive(SerdeDiff, Serialize, Deserialize, PartialEq)] struct
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected