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

Method format

src/tinyvec.rs:1562–1564  ·  view source on GitHub ↗
(&self, fmt: defmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

1560 A::Item: defmt::Format,
1561{
1562 fn format(&self, fmt: defmt::Formatter<'_>) {
1563 defmt::write!(fmt, "TinyVecIterator({:?})", self.as_slice())
1564 }
1565}
1566
1567impl<A: Array> IntoIterator for TinyVec<A> {

Callers

nothing calls this directly

Calls 1

as_sliceMethod · 0.45

Tested by

no test coverage detected