I'm looking for an example which generalizes over multiple serde data formats. For example maybe accept a Serializer generic parameter somewhere.
However each of these Serializers require different things for being built.
I guess I'm asking for advice on how to design this.
What I'm trying to achieve: write code parameterized with serde data format, so that the invoker can use postcard or bincode or any other format they desire.