vtable_rs

Trait VmtLayout

source
pub unsafe trait VmtLayout: 'static {
    type Layout<T: 'static>: 'static + Copy;
}

Required Associated Types§

source

type Layout<T: 'static>: 'static + Copy

Object Safety§

This trait is not object safe.

Implementors§