pub trait FieldSpec: Sized {
type Ux: Copy + PartialEq + From<Self>;
}
Expand description
Raw field type
Required Associated Types§
Object Safety§
This trait is not object safe.
pub trait FieldSpec: Sized {
type Ux: Copy + PartialEq + From<Self>;
}
Raw field type