MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / fmt

Method fmt

crates/openshell-driver-vm/src/lifecycle.rs:70–72  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

68
69impl std::fmt::Display for LifecycleError {
70 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
71 f.write_str(&self.message)
72 }
73}
74
75impl std::error::Error for LifecycleError {}

Callers

nothing calls this directly

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected