(&self, fmt: &mut Formatter)
| 235 | /// Members of the [`Architecture`] enum can be created from `&str`. |
| 236 | /// |
| 237 | /// ## Examples |
| 238 | /// |
| 239 | /// ``` |
| 240 | /// use std::str::FromStr; |
| 241 | /// |
| 242 | /// use alpm_types::{Architecture, SystemArchitecture, UnknownArchitecture}; |
nothing calls this directly
no outgoing calls
no test coverage detected