pub type PrecompileError = Box<dyn Error + Send + Sync>;Expand description
Type alias for precompile errors.
Verifiers should return informative, structured errors (e.g., using thiserror) so callers
can surface meaningful diagnostics.
Aliased Typeยง
pub struct PrecompileError(/* private fields */);