MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / into_iter

Method into_iter

crates/data-structures/src/error_stream.rs:224–226  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

222 type IntoIter = <smallvec::SmallVec<[E; 1]> as IntoIterator>::IntoIter;
223
224 fn into_iter(self) -> Self::IntoIter {
225 self.0.into_iter()
226 }
227}
228
229impl<E> From<E> for ErrorStream<E> {

Callers 2

expect_nonemptyMethod · 0.45
add_extra_errorsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected