Expand description
§Local Laws
Re-exports§
pub use verifiable;
Modules§
- macros
- Macros for local laws.
Macros§
- entrypoint
- Define the entrypoint of a local laws proof program.
- require
- Return a crate::LocalLawsError error with the given message when a condition is not met.
- require_
some - Return a crate::LocalLawsError error with the given message when an Option is None, otherwise return the inner value.
Structs§
- Local
Laws Error - Local laws error.
- Local
Laws Snafu - SNAFU context selector for the
LocalLawsErrorerror
Traits§
- Local
Laws - Local laws trait.