//! Error types for the microsandbox-runtime crate.
use Error;
//--------------------------------------------------------------------------------------------------
// Types
//--------------------------------------------------------------------------------------------------
/// The result type for runtime operations.
pub type RuntimeResult<T> = ;
/// Errors that can occur during runtime operations.