MCPcopy Create free account
hub / github.com/bluejekyll/wasmtime-java / fmt

Method fmt

wasmtime-jni/src/opaque_ptr.rs:120–122  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter)

Source from the content-addressed store, hash-verified

118
119impl<'a, T> fmt::Debug for OpaquePtr<'a, T> {
120 fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
121 write!(f, "OpaquePtr<{}>({})", std::any::type_name::<T>(), self.ptr)
122 }
123}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected