MCPcopy Create free account
hub / github.com/aiscriptdev/aiscript / fmt

Method fmt

aiscript-arena/src/lock.rs:137–139  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

135
136impl<T: Copy + fmt::Debug> fmt::Debug for Lock<T> {
137 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
138 f.debug_tuple("Lock").field(&self.cell).finish()
139 }
140}
141
142impl<'gc, T: Copy + 'gc> Gc<'gc, Lock<T>> {

Callers

nothing calls this directly

Calls 1

try_borrowMethod · 0.80

Tested by

no test coverage detected