Type Alias leo_errors::errors::Result

source ·
pub type Result<T, E = LeoError> = Result<T, E>;
Expand description

A global result type for all Leo crates, that defaults the errors to be a LeoError.

Aliased Type§

enum Result<T, E = LeoError> {
    // some variants omitted
}

Variants§