Type Definition VerificationResult
molecule::error
type VerificationResult<T> = Result<T, VerificationError>;