Type Alias boa_engine::object::ErasedObject

source ·
pub type ErasedObject = Object<dyn NativeObject>;
Expand description

An Object with inner data set to dyn NativeObject.

Aliased Type§

struct ErasedObject { /* private fields */ }