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`