This commit is contained in:
David Roman 2023-06-03 13:38:34 +01:00
parent f3ddb7ab6b
commit 459b65ee30
No known key found for this signature in database
GPG Key ID: 7058646EEFCB70A7
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
@_spi(Internals)
public struct IntrospectionSelector<Target: PlatformEntity> {
private let selector: (any PlatformEntity, IntrospectionScope, IntrospectionAnchorID) -> Target?