Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/OpenShell
/ fmt
Method
fmt
crates/openshell-driver-podman/src/config.rs:48–50 ·
view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)
Source
from the content-addressed store, hash-verified
46
47
impl std::fmt::Display for ImagePullPolicy {
48
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
49
f.write_str(self.as_str())
50
}
51
}
52
53
impl FromStr for ImagePullPolicy {
Callers
nothing calls this directly
Calls
1
as_str
Method · 0.45
Tested by
no test coverage detected