Type Alias hcl::error::Result

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

The result type used by this crate.

Aliased Type§

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

Variants§