pub type ChainGuardMapped<'a, T> = Unsend<MappedRef<'a, ChainId, ChainClientState, T>>;
struct ChainGuardMapped<'a, T> { /* private fields */ }