pub type ChainGuard<'a, T> = Unsend<Ref<'a, ChainId, T>>;
struct ChainGuard<'a, T> { /* private fields */ }