Make eraser base public.

This commit is contained in:
Max Goedjen 2025-08-23 18:07:45 -07:00
parent 1e26dfc15a
commit 10198f9e54
No known key found for this signature in database

View File

@ -3,7 +3,7 @@ import Foundation
/// Type eraser for Secret. /// Type eraser for Secret.
public struct AnySecret: Secret, @unchecked Sendable { public struct AnySecret: Secret, @unchecked Sendable {
let base: Any public let base: Any
private let hashable: AnyHashable private let hashable: AnyHashable
private let _id: () -> AnyHashable private let _id: () -> AnyHashable
private let _name: () -> String private let _name: () -> String