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

Method from

utils/src/try_iter.rs:144–146  ·  view source on GitHub ↗
(InvalidPair(prev, cur): InvalidPair<I>)

Source from the content-addressed store, hash-verified

142
143impl<I> From<InvalidPair<I>> for (I, I) {
144 fn from(InvalidPair(prev, cur): InvalidPair<I>) -> Self {
145 (prev, cur)
146 }
147}
148
149impl<I> From<(I, I)> for InvalidPair<I> {

Callers

nothing calls this directly

Calls 1

InvalidPairClass · 0.85

Tested by

no test coverage detected