Type Definition hcl::Result

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

The result type used by this crate.