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

Method fmt

alpm-buildinfo/src/cli.rs:40–42  ·  view source on GitHub ↗
(&self, fmt: &mut Formatter)

Source from the content-addressed store, hash-verified

38
39impl Display for OutputFile {
40 fn fmt(&self, fmt: &mut Formatter) -> std::fmt::Result {
41 write!(fmt, "{}", self.0.display())
42 }
43}
44
45impl FromStr for OutputFile {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected