MCPcopy Create free account
hub / github.com/Lokathor/tinyvec / fmt

Method fmt

src/tinyvec.rs:1551–1553  ·  view source on GitHub ↗
(&self, f: &mut Formatter<'_>)

Source from the content-addressed store, hash-verified

1549{
1550 #[allow(clippy::missing_inline_in_public_items)]
1551 fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result {
1552 f.debug_tuple("TinyVecIterator").field(&self.as_slice()).finish()
1553 }
1554}
1555
1556#[cfg(feature = "defmt")]

Callers

nothing calls this directly

Calls 2

iterMethod · 0.80
as_sliceMethod · 0.45

Tested by

no test coverage detected