MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / MapValuesIter

Class MapValuesIter

gateway/src/models.rs:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39pub struct MapValuesIter<'a, K, V>(Iter<'a, K, V>);
40
41impl<'a, K, V> IntoIterator for MapValues<'a, K, V> {
42 type Item = &'a V;

Callers 1

into_iterMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected