MCPcopy Create free account
hub / github.com/evilsocket/cake / fmt

Method fmt

cake-core/src/backends/rocm/mod.rs:135–137  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

133
134impl std::fmt::Debug for RocmBackend {
135 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
136 f.debug_struct("RocmBackend").field("device", &"rocm").finish()
137 }
138}
139
140impl Drop for RocmBackend {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected