// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
//! Example demonstrating how to transform `AppError` into a standard error trait object.
use AppError;
;
/// Simulates a function that returns an `AppError`.
/// Simulates a library function that uses its own error type