// Copyright 2020-2026 Tauri Programme within The Commons Conservancy
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/// Convenient type alias of Result type for the Servo runtime.
pub type Result<T> = Result;
/// Errors returned by the Servo runtime.