MCPcopy Create free account
hub / github.com/archlinux/alpm / fmt

Method fmt

alpm-types/src/system.rs:237–239  ·  view source on GitHub ↗
(&self, fmt: &mut Formatter)

Source from the content-addressed store, hash-verified

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};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected