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

Method from

delegatable_credentials/src/error.rs:48–50  ·  view source on GitHub ↗
(e: SerializationError)

Source from the content-addressed store, hash-verified

46
47impl From<SerializationError> for DelegationError {
48 fn from(e: SerializationError) -> Self {
49 Self::Serialization(e)
50 }
51}
52
53impl From<SchnorrError> for DelegationError {

Callers

nothing calls this directly

Calls 1

SchnorrErrorEnum · 0.85

Tested by

no test coverage detected