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

Method from

kvac/src/error.rs:38–40  ·  view source on GitHub ↗
(err: InvalidPair<usize>)

Source from the content-addressed store, hash-verified

36
37impl From<InvalidPair<usize>> for KVACError {
38 fn from(err: InvalidPair<usize>) -> Self {
39 Self::MessageIndicesMustBeUniqueAndSorted(err)
40 }
41}
42
43impl From<IndexIsOutOfBounds> for KVACError {

Callers

nothing calls this directly

Calls 1

SchnorrErrorEnum · 0.85

Tested by

no test coverage detected