Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
354
impl<T: EnumSetTypeWithRepr> Extend<EnumSet<T>> for MixedEnumSet<T> {
Callers
1
extend
Method · 0.45
Calls
1
iter
Method · 0.45
Tested by
no test coverage detected