pub type VerificationResult<T> = Result<T, VerificationError>;

Trait Implementations

Unwraps an Option or a Result with confidence and we assume that it’s impossible to fail.