Type Alias zk_kit_pmt::PmtreeResult
source · pub type PmtreeResult<T> = Result<T, PmtreeErrorKind>;
Expand description
Custom Result
type with custom Error
type
Aliased Type§
enum PmtreeResult<T> {
Ok(T),
Err(PmtreeErrorKind),
}