// =============================================================================
// Copyright (c) 2026 Haixing Hu.
//
// SPDX-License-Identifier: Apache-2.0
//
// Licensed under the Apache License, Version 2.0.
// =============================================================================
// facade tests.
//! Observable lifecycle state for an owning asynchronous copy operation.
use crateCopyFailureState;
/// Stable lifecycle state for [`crate::copy::AsyncCopyOperation`].
///
/// # Examples
///
/// ```rust
/// use qubit_fs::copy::AsyncCopyOperationState;
///
/// assert!(matches!(AsyncCopyOperationState::Ready, AsyncCopyOperationState::Ready));
/// ```