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