MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / Strings

Class Strings

crates/environ/src/string_pool.rs:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51impl fmt::Debug for StringPool {
52 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
53 struct Strings<'a>(&'a StringPool);
54 impl fmt::Debug for Strings<'_> {
55 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
56 f.debug_map()

Callers 1

fmtMethod · 0.85

Implementers 1

strings.rscrates/wiggle/tests/strings.rs

Calls

no outgoing calls

Tested by

no test coverage detected