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

Class InvalidPair

utils/src/try_iter.rs:141–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139#[derive(Debug, Clone, PartialEq, Eq)]
140#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
141pub struct InvalidPair<I>(pub I, pub I);
142
143impl<I> From<InvalidPair<I>> for (I, I) {
144 fn from(InvalidPair(prev, cur): InvalidPair<I>) -> Self {

Callers 3

fromMethod · 0.85
seq_pairs_satisfyFunction · 0.85
seq_inc_by_n_fromFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected