MCPcopy Create free account
hub / github.com/emberian/evdev / len

Method len

src/attribute_set.rs:114–116  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

112
113impl<T: EvdevEnum> ExactSizeIterator for AttributeSetRefIter<'_, T> {
114 fn len(&self) -> usize {
115 self.inner.len()
116 }
117}
118
119impl<T: EvdevEnum> DoubleEndedIterator for AttributeSetRefIter<'_, T> {

Callers 6

fill_eventsMethod · 0.80
update_scancodeMethod · 0.80
buildMethod · 0.80
fill_eventsMethod · 0.80
sync_eventsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected