pub type MappingEntries<'a> = TableRef<'a, MappingEntriesMarker>;
struct MappingEntries<'a> { /* private fields */ }
Self