Return the key of the extra_data
(&self)
| 164 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { |
| 165 | write!(f, "{}", self.0) |
| 166 | } |
| 167 | } |
| 168 | |
| 169 | /// Name of the base package information that one or more packages are built from. |
| 170 | /// |
| 171 | /// This is a type alias for [`Name`]. |