Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lymia/enumset
/ next
Method
next
enumset/src/impl_set_mixed.rs:329–331 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
327
type Item = MixedValue<T>;
328
329
fn next(&mut self) -> Option<Self::Item> {
330
self.iter.next().map(|x| MixedValue::from_bit(x))
331
}
332
fn size_hint(&self) -> (usize, Option<usize>) {
333
self.iter.size_hint()
334
}
Callers
1
format
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected