pub trait KeyPathValueTarget {
type Target: Sized;
}Expand description
Used so async chaining can infer the referent of a reference-valued step
(e.g. &T and &mut T both map to T).
Required Associated Types§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".