// Copyright 2022-2022 Tauri Programme within The Commons Conservancy
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
use Error;
/// Errors returned by tray-icon.
/// Convenient type alias of Result type for tray-icon.
pub type Result<T> = Result;