pub trait RevFieldType<This: ?Sized>: IsSingleFieldPath {
type Ty: ?Sized;
}Expand description
Like FieldType,except that the parameters are reversed.
This is the type we are accessing,and Self is a field path.
Required Associated Types§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".