pub trait FieldType<FieldPath> {
type Ty;
}
Expand description
For querying the type of the FieldPath
field.
Structs generally implement this with a TStr
parameter,
while enums implement this with a VariantField
parameter
pub trait FieldType<FieldPath> {
type Ty;
}
For querying the type of the FieldPath
field.
Structs generally implement this with a TStr
parameter,
while enums implement this with a VariantField
parameter