pub trait IsSend: Send { }
A trait we can use as a compile-time check to make sure that an object is Send.
Host must be Send.
Send