MCPcopy Create free account
hub / github.com/hashintel/hash / fmt

Method fmt

libs/error-stack/src/iter.rs:105–107  ·  view source on GitHub ↗
(&self, fmt: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

103
104impl fmt::Debug for Frames<'_> {
105 fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result {
106 fmt.debug_list().entries(self.clone()).finish()
107 }
108}
109
110/// Iterator over requested references in the [`Frame`] stack of a [`Report`].

Callers

nothing calls this directly

Calls 2

finishMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected