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

Method format

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

Source from the content-addressed store, hash-verified

1602 A::Item: defmt::Format,
1603{
1604 fn format(&self, fmt: defmt::Formatter<'_>) {
1605 defmt::write!(fmt, "ArrayVecIterator({:?})", self.as_slice())
1606 }
1607}
1608
1609impl<A: Array> IntoIterator for ArrayVec<A> {

Callers

nothing calls this directly

Calls 1

as_sliceMethod · 0.45

Tested by

no test coverage detected