pub trait KeyPath<Root, Value, MutRoot, MutValue>: Readable<Root, Value> + Writable<MutRoot, MutValue> { }Expand description
A keypath that supports both read and write navigation.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".