pub trait ArraySlotKind: BlockKind {
// Required method
fn array_entry_type_size() -> usize;
}
Required Methods§
fn array_entry_type_size() -> usize
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.