(&self)
| 124 | /// Lean mdata annotations. Semantically transparent, erased in Anon mode. |
| 125 | pub mdata: M::MField<Vec<MData>>, |
| 126 | /// Original level-spelling decoration (Meta-mode `Sort`/`Const` only; |
| 127 | /// `None` everywhere else and when the stored spelling is already |
| 128 | /// `mk*`-normal). See [`UnivDecor`]. Erased in Anon mode. |
| 129 | pub univ_decor: M::MField<Option<UnivDecor>>, |
| 130 | } |
| 131 |
no test coverage detected