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

Method from

vb_accumulator/src/error.rs:56–58  ·  view source on GitHub ↗
(e: SchnorrError)

Source from the content-addressed store, hash-verified

54
55impl From<SchnorrError> for VBAccumulatorError {
56 fn from(e: SchnorrError) -> Self {
57 Self::SchnorrError(e)
58 }
59}
60
61impl From<SerializationError> for VBAccumulatorError {

Callers

nothing calls this directly

Calls 5

SchnorrErrorEnum · 0.85
ShortGroupSigErrorEnum · 0.85
KVACErrorEnum · 0.85
SSErrorEnum · 0.85
OTErrorEnum · 0.85

Tested by

no test coverage detected