Return the value of the extra_data
(&self)
| 169 | /// Name of the base package information that one or more packages are built from. |
| 170 | /// |
| 171 | /// This is a type alias for [`Name`]. |
| 172 | /// |
| 173 | /// ## Examples |
| 174 | /// ``` |
| 175 | /// use std::str::FromStr; |
| 176 | /// |