(e: SerializationError)
| 46 | |
| 47 | impl From<SerializationError> for DelegationError { |
| 48 | fn from(e: SerializationError) -> Self { |
| 49 | Self::Serialization(e) |
| 50 | } |
| 51 | } |
| 52 | |
| 53 | impl From<SchnorrError> for DelegationError { |
nothing calls this directly
no test coverage detected