// This file is part of Soil.
// Copyright (C) Soil contributors.
// Copyright (C) Parity Technologies (UK) Ltd.
// SPDX-License-Identifier: GPL-3.0-or-later WITH Classpath-exception-2.0
//! Errors types of runtime utilities.
/// Generic result for the runtime utilities.
pub type Result<T> = Result;
/// Error type for the runtime utilities.