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

Method fmt

alpm-types/src/path.rs:79–81  ·  view source on GitHub ↗
(&self, fmt: &mut Formatter)

Source from the content-addressed store, hash-verified

77}
78
79impl Display for AbsolutePath {
80 fn fmt(&self, fmt: &mut Formatter) -> std::fmt::Result {
81 write!(fmt, "{}", self.inner().display())
82 }
83}
84

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected