(e: SchnorrError)
| 54 | |
| 55 | impl From<SchnorrError> for VBAccumulatorError { |
| 56 | fn from(e: SchnorrError) -> Self { |
| 57 | Self::SchnorrError(e) |
| 58 | } |
| 59 | } |
| 60 | |
| 61 | impl From<SerializationError> for VBAccumulatorError { |
nothing calls this directly
no test coverage detected