pub type MapHandle = Arc<MapHandleInner>;
A shared map handle.
struct MapHandle { /* private fields */ }