
[](https://crates.io/crates/not-send)
[](https://docs.rs/not-send)
Adding `not_send::PhantomNotSend` to types prevents `Send` from being automatically implemented.
Use the `#[serde(skip)]` for usage in types that are `Serialize`, `Deserialize`.