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

Method into_iter

crates/data-structures/src/slim_slice.rs:549–551  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

547 type IntoIter = <Vec<T> as IntoIterator>::IntoIter;
548 #[inline]
549 fn into_iter(self) -> Self::IntoIter {
550 Vec::from(self).into_iter()
551 }
552}
553
554/// A wrapper to achieve `FromIterator<T> for Result<SlimSliceBox<T>, Vec<T>>`.

Callers 14

test_update_no_such_rowFunction · 0.45
assert_rowsFunction · 0.45
merge_apply_deletesMethod · 0.45
rollbackMethod · 0.45
iterMethod · 0.45
views_for_table_scanMethod · 0.45
views_for_index_seekMethod · 0.45
views_for_refreshMethod · 0.45
clear_all_viewsMethod · 0.45
mapMethod · 0.45

Calls

no outgoing calls

Tested by 3

test_update_no_such_rowFunction · 0.36
pool_drops_past_max_sizeFunction · 0.36