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

Method fmt

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

Source from the content-addressed store, hash-verified

1446impl core::fmt::Display for TryFromSliceError {
1447 #[inline]
1448 fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result {
1449 f.write_str("could not convert slice to ArrayVec")
1450 }
1451}
1452
1453#[cfg(feature = "std")]

Callers

nothing calls this directly

Calls 3

iterMethod · 0.80
write_strMethod · 0.45
as_sliceMethod · 0.45

Tested by

no test coverage detected