There are most likely other primitive types that should be passed around explicitly. Ideas include: * `&[u8]` * `Duration` * `Instant` * `SystemTime` * `SocketAddr` * [`Bytes`](https://github.com/tokio-rs/bytes)? * `&dyn Display` (https://github.com/tokio-rs/valuable/pull/85) * `&dyn Debug`
There are most likely other primitive types that should be passed around explicitly.
Ideas include:
&[u8]DurationInstantSystemTimeSocketAddrBytes?&dyn Display(Add a Display variant to Value. #85)&dyn Debug