pub trait ExternalField<const I: u8>: NativeElement {
type Type;
const FIELD: ExternalFieldData<Self, I>;
}Expand description
A field that is not actually there. It’s only visible in the docs.
Required Associated Constants§
const FIELD: ExternalFieldData<Self, I>
Required Associated Types§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.