Type Definition kimchi::snarky::errors::SnarkyResult
source · pub type SnarkyResult<T> = Result<T, Box<RealSnarkyError>>;
Expand description
A result type for Snarky errors.
pub type SnarkyResult<T> = Result<T, Box<RealSnarkyError>>;
A result type for Snarky errors.