MCPcopy Create free account
hub / github.com/docknetwork/crypto / into_iter

Method into_iter

utils/src/extend_some.rs:18–20  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

16 type IntoIter = C::IntoIter;
17
18 fn into_iter(self) -> Self::IntoIter {
19 self.0.into_iter()
20 }
21}
22
23impl<T, C: Extend<T>> Extend<Option<T>> for ExtendSome<C> {

Callers 3

extendMethod · 0.45
from_iterMethod · 0.45
basicFunction · 0.45

Calls

no outgoing calls

Tested by 1

basicFunction · 0.36