This monstrosity is based off the output of the derive macro for DiffCommand. The justification for this is that we want to use Deserialize::deserialize_in_place for DiffCommand::Value in order to support zero-copy deserialization of T. This is achieved by passing &mut T through the DiffCommandDeserWrapper, which parses the enum to the DeserWrapper which calls Deserialize::deserialize_in_place.
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected