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.rs:633–635 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
631
type IntoIter = EnumSetIter<T>;
632
633
fn into_iter(self) -> Self::IntoIter {
634
self.iter()
635
}
636
}
637
//endregion
Callers
nothing calls this directly
Calls
1
iter
Method · 0.45
Tested by
no test coverage detected