Skip to main content

qubit_fs/spi/
resolved_rename_options.rs

1// =============================================================================
2//    Copyright (c) 2026 Haixing Hu.
3//
4//    SPDX-License-Identifier: Apache-2.0
5//
6//    Licensed under the Apache License, Version 2.0.
7// =============================================================================
8// facade.
9//! Facade-resolved rename options.
10
11use super::internal::resolved_options;
12use crate::rename::RenameOptions;
13
14resolved_options!(ResolvedRenameOptions, RenameOptions);