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

Method expecting

src/arrayvec.rs:2022–2026  ·  view source on GitHub ↗
(
    &self, formatter: &mut core::fmt::Formatter,
  )

Source from the content-addressed store, hash-verified

2020 type Value = ArrayVec<A>;
2021
2022 fn expecting(
2023 &self, formatter: &mut core::fmt::Formatter,
2024 ) -> core::fmt::Result {
2025 formatter.write_str("a sequence")
2026 }
2027
2028 fn visit_seq<S>(self, mut seq: S) -> Result<Self::Value, S::Error>
2029 where

Callers

nothing calls this directly

Calls 1

write_strMethod · 0.45

Tested by

no test coverage detected