MCPcopy Create free account
hub / github.com/Lymia/enumset / into_iter

Method into_iter

enumset/src/impl_set_mixed.rs:349–351  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

347 type IntoIter = MixedEnumSetIter<T>;
348
349 fn into_iter(self) -> Self::IntoIter {
350 self.iter()
351 }
352}
353
354impl<T: EnumSetTypeWithRepr> Extend<EnumSet<T>> for MixedEnumSet<T> {

Callers 1

extendMethod · 0.45

Calls 1

iterMethod · 0.45

Tested by

no test coverage detected