Skip to main content

ArrayVTableExt

Trait ArrayVTableExt 

Source
pub trait ArrayVTableExt {
    // Required method
    fn vtable() -> &'static dyn DynVTable;
}

Required Methods§

Source

fn vtable() -> &'static dyn DynVTable

Wraps the vtable into an DynVTable by static reference.

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.

Implementors§