Type Definition kimchi::snarky::errors::SnarkyResult

source ·
pub type SnarkyResult<T> = Result<T, Box<RealSnarkyError>>;
Expand description

A result type for Snarky errors.