pub trait EntryDefRegistration {
const ENTRY_DEFS: &'static [EntryDef];
}
Expand description
Required Associated Constants§
Sourceconst ENTRY_DEFS: &'static [EntryDef]
const ENTRY_DEFS: &'static [EntryDef]
The list of EntryDef
properties for the implementing type.
This must be in the same order as the
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.