//! Errors related to the proof_system module.
use Error;
/// Defines all of the possible ProofError types that we could have when
/// we are working with the `proof_system` module.
/// Represents an error triggered on any of the proof_system
/// module operations such as verification errors
] pub Error);