Crate rust_keypaths

Crate rust_keypaths 

Source

Modules§

containers

Structs§

AnyKeyPath
AnyKeyPath - Hides both Root and Value types Equivalent to Swift’s AnyKeyPath Useful for storing keypaths in collections without knowing either type
AnyWritableKeyPath
AnyWritableKeyPath - Hides both Root and Value types (writable)
EnumKeyPaths
KeyPath
OptionalKeyPath
PartialKeyPath
PartialKeyPath - Hides the Value type but keeps Root visible Useful for storing keypaths in collections without knowing the exact Value type
PartialOptionalKeyPath
PartialOptionalKeyPath - Hides the Value type but keeps Root visible Useful for storing optional keypaths in collections without knowing the exact Value type
PartialWritableKeyPath
PartialWritableKeyPath - Hides the Value type but keeps Root visible (writable)
PartialWritableOptionalKeyPath
PartialWritableOptionalKeyPath - Hides the Value type but keeps Root visible (writable optional)
WritableKeyPath
WritableOptionalKeyPath

Functions§

for_slice
variant_of