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

Class CheckLeft

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

Source from the content-addressed store, hash-verified

56/// Implements `SeqValidator` which ensures that for each item its left member satisfies provided validator.
57#[derive(Debug, Clone, Copy, Default, PartialEq, Eq)]
58pub struct CheckLeft<V>(pub V);
59
60impl<First: Clone, Second, V> SeqValidator<(First, Second)> for CheckLeft<V>
61where

Callers 7

initMethod · 0.85
initMethod · 0.85
newMethod · 0.85
unblindMethod · 0.85
commit_to_messagesMethod · 0.85
commit_to_messagesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected