pub trait RootKind {
type Vtable;
const VTABLE: Self::Vtable;
const KIND: RootKind;
}
Expand description
A trait for JS types that can be registered as roots.
Required Associated Types§
Required Associated Constants§
Object Safety§
This trait is not object safe.